List of individuals used in a population simulation
Super classes
ospsuite.utils::Printable
-> ospsuite::DotNetWrapper
-> Population
Active bindings
count
the number of individual in the population
allCovariateNames
the names of all covariates defined in the population
allParameterPaths
the paths of all parameters defined in the population
allIndividualIds
Ids of individuals defined in the population
Methods
Inherited methods
Method has()
Returns TRUE
if the population has variability defined for parameterOrPath
otherwise FALSE
Method setParameterValues()
Updates or adds the variability values in the population for parameterOrPath
.
Method getParameterValues()
Returns the variability values defined in the population for parameterOrPath
Method getCovariateValues()
Returns the values defined in the population for the covariate named covariateName
Method getCovariateValue()
Returns the values defined in the population for the covariate named covariateName
and individual with id individualId
Method getParameterValuesForIndividual()
Returns all values defined in the population the individual with id individualId
Method remove()
Removes the value of a parameter by path
Method print()
Print the object to the console