py_random_variables
Last update: 05.08.2026class py_random_variables.FitRV
__init__()
__init__(arg2: matrix_type)
__init__(arg2: vector_type)
__init__(arg2: vector_type, arg3: str)
get_cdf(arg2: float) → float
get_cdf_inv(arg2: float) → float
get_mean() → float
get_moments(arg2: int) → float
get_name() → str
get_num_moments() → int
get_num_parameters() → int
get_parameter(arg2: int) → float
get_pdf(arg2: float) → float
get_stddev() → float
is_valid() → bool
set_moments(arg2: vector_type)
set_parameters(arg2: vector_type)
class py_random_variables.RVSet
__init__(parameter: PyParameterManager manager, design: PyOSDesignPoint point to extract from) → object
Extract mixed and stochastic parameters from a design point and convert them into an RVSet.