PoPy
1.0.3
  • Getting Started Guide
  • Principles of Pharmacokinetics
  • Population Models in PoPy
  • PoPy Example Models
  • PoPy for Nonmem Users
  • PoPy Reference Guide
    • Open a PoPy Command Prompt
    • PoPy Activation
    • Configure PoPy
    • PoPy Website
    • Validate PoPy
    • Command Line Tools
    • Script File Formats
      • Fit Script
      • Gen Script
      • Sim Script
      • Tut Script
      • Comp Script
        • Full Structure of a Comp Script
      • MFit Script
      • MGen Script
      • MSim Script
      • MTut Script
      • MComp Script
      • Grph Script
      • Vpc Script
      • FitSum Script
      • GenSum Script
      • TutSum Script
      • N2PDat Script
      • P2NDat Script
    • Script File Sections
    • Script File Elements
    • Script File Outputs
    • PoPy Quick Reference Guide
  • Appendices
PoPy
  • Docs »
  • PoPy Reference Guide »
  • Script File Formats »
  • Comp Script
  • View page source

Comp Script¶

A comp script compares the outputs of a Gen Script and a Fit Script. Usually a Comp Script is created automatically using a Tut Script.

Full Structure of a Comp Script¶

  • METHOD_OPTIONS
    • py_module
    • rand_seed
    • float_format
  • PARALLEL
    • SINGLE
    • MPI_WORKERS
      • n_workers
  • DESCRIPTION
    • name
    • title
    • author
    • abstract
    • keywords
  • FILE_PATHS
    • output_folder
    • temp_folder
    • log_folder
    • output_file_ext
    • gen_script_path
    • gen_output_folder
    • fit_script_path
    • fit_output_folder
  • COMP_OPTIONS
    • create_gen_vs_fit_raw_graph
    • create_gen_vs_fit_dense_graph
    • compute_gen_objective_value
    • compute_fit_objective_value
    • share_axes
    • y_scale
Next Previous

© Copyright 2020, David Cristinacce/Phil Tresadern/Andrew Cristinacce/James Wright.

Built with Sphinx using a theme provided by Read the Docs.