MichaelisMentenSaturation.sample_curve#
- MichaelisMentenSaturation.sample_curve(parameters=FieldInfo(annotation=NoneType, required=True, description='Parameters of the saturation transformation.'), max_value=FieldInfo(annotation=NoneType, required=False, default=1.0, description='Maximum range value.', metadata=[Gt(gt=0)]), num_points=FieldInfo(annotation=NoneType, required=False, default=100, description='Number of points between 0 and max_value.', metadata=[Gt(gt=0)]), **sample_prior_predictive_kwargs)[source]#
Sample the curve of the saturation transformation given parameters.
- Parameters:
- parameters
xr.Dataset Dataset with the parameters of the saturation transformation.
- max_value
float, optional Maximum value of the curve, by default 1.0.
- num_points
int, optional Number of points between 0 and max_value, by default 100.
- sample_prior_predictive_kwargs
Any Pass kwargs to pm.sample_prior_predictive
- parameters
- Returns:
xr.DataArrayCurve of the saturation transformation.