Select Page

Monolix API

Description of the functions concerning the CovariateModels

  • addContinuousTransformedCovariate: Create a new continuous covariate by transforming an existing one.
  • addDiscreteTransformedCovariate: Create a new discrete covariate by transforming an existing one.
  • addMixture: Add mixture to the current project and set the associated number of modalities.
  • getCovariateModels: Get, for each variability level, which are the covariates that can have influence on each one of the individual parameters of the project and which are the ones that are effectivly influing on it.
  • getCovariateNames: Get all the covariate names of the project.
  • removeTransformedCovariate: Remove some of the transformed covariates which have been previously created.
  • setCovariateModels: Set which are the covariates influing on each one of the individual parameters of the project.

Description of the functions concerning the IndividualModel

Description of the functions concerning the ObservationModels

Description of the functions concerning the PopulationParameters

  • getErrorModelParameterInitialValues: Get initial values of the all the error model parameters of population parameters of the project and check if this value is fixed or not.
  • getFixedEffectInitialValues: Get the initial values of the all the fixed effects of population parameters of the project and check if this value is fixed or not.
  • getIndividualVarianceInitialValues: Get the initial values of the all the individual variances of population parameters of the project and check if this value is fixed or not.
  • getMixtures: Get the number of modalities of each one of the mixtures of the project.
  • getPopulationParameterInitialValues: Get the intial value of some of the population parameter of the project (fixed effects + individual variances + correlations + latent probabilities + error model parameters).
  • getPopulationParameterNames: Get a summary of the population parameters (fixed effects + individual variances + correlations + latent covariates probabilities + error model parameters) of the project.
  • setPopulationParameterInitialValues: Set the intial value of one or several of the population parameters of the project (fixed effects + individual variances + error model parameters).
  • setPopulationParameterInitialValuesToLastEstimates: Set the initial value of all the population parameters of the project (fixed effects + individual variances + error model parameters) to the ones previously estimated.
  • setPopulationParametersAsFixed: Fix the value of one or several of the population parameters of the project (fixed effects + individual variances + error model parameters).

Description of the functions concerning the ProjectManagement

  • loadFromFile: Fill the population parameters, the gaussian parameters and/or the individual values fields by reading them from files whose paths have been given as inputs.
  • loadProject: Load a project by parsing the mlxtran-formated file whose path has been given as an input.
  • newProject: Create a new empty project.
  • saveProject: Save the current project as an Mlxtran-formated file.

Description of the functions concerning the Results

  • getCorrelationsValue: Get last estimated values of the all the correlations of population parameters of the project.
  • getErrorModelParameterValues: Get estimated values of the all the error model parameters of population parameters of the project.
  • getFisherMatrix: Get the estimated fisher matrix computed either by all the fisher methods used during the last scenario run or by the specific one passed in argument.
  • getFixedEffectValues: Get the estimated values of the fixed effects of population parameters of the project.
  • getGaussianParameterValues: Get estimated values for each subject occasion of some of individual parameters of the project in the gaussian referential.
  • getIndividualParameterValues: Get estimated values for each subject occasion of some of the individual parameters of the project.
  • getIndividualRandomEffectValues: Get the random effects values for each subject occasion of some of the individual parameters of the project.
  • getIndividualVarianceValues: Get estimated values of the all the individual variances of population parameters of the project.
  • getLatentCovariateProbabilityValues: Get the estimated values of the all the latent covariates probabilities of population parameters of the project.
  • getLogLikelihoodValues: Get the values computed by using a log-likelihood algorithm during the last scenario run, with or without a method-based filter.
  • getPopulationParameterValues: Get the last estimated values of some of the population parameters of the project (fixed effects + individual variances + correlations + latent probabilities + error model parameters).
  • getSAEMConvergenceReport: Retrieve the successive values of some of the population parameters of the project (fixed effects + individual variances + correlations + latent probabilities + error model parameters) during the previous run of the SAEM algorithm.
  • getSAEMLogLikelihoodValue: Get the complete log-likelihood value computed during the last run of the SAEM algorithm.
  • getStandardErrorValues: Get the last estimated standard errors of population parameters computed either by all the fisher methods used during the last scenario run or by the specific one passed in argument.

Description of the functions concerning the Scenario

Description of the functions concerning the Settings

modal close image