Distribution#

class pharmpy.model.Distribution[source]#

Bases: Sized, Hashable, Immutable

Attributes Summary

free_symbols

level

Name of VariabilityLevel of the random variables

mean

names

Names of random variables of distribution

parameter_names

List of names of all parameters used in definition

variance

Methods Summary

evalf(parameters)

get_covariance(name1, name2)

get_variance(name)

latex_string([aligned])

replace(**kwargs)

subs(d)

to_dict()

Attributes Documentation

free_symbols#
level#

Name of VariabilityLevel of the random variables

mean#
names#

Names of random variables of distribution

parameter_names#

List of names of all parameters used in definition

variance#

Methods Documentation

abstract evalf(parameters)[source]#
abstract get_covariance(name1, name2)[source]#
abstract get_variance(name)[source]#
abstract latex_string(aligned=False)[source]#
abstract replace(**kwargs)[source]#
abstract subs(d)[source]#
abstract to_dict()[source]#