Rate |
public class RateOfConversionAutocatalytic : ConversionAutocatalytic
The RateOfConversionAutocatalytic type exposes the following members.
Name | Description | |
---|---|---|
RateOfConversionAutocatalytic | Initializes a new instance of the RateOfConversionAutocatalytic class |
Name | Description | |
---|---|---|
NumberOfDependentVariables |
Number of dependent variables (i.e. y, in Altaxo this is commonly called v (like value)).
(Inherited from ConversionAutocatalytic) | |
NumberOfIndependentVariables |
Number of independent variables (i.e. x).
(Inherited from ConversionAutocatalytic) | |
NumberOfParameters |
Number of parameters of this fit function.
(Inherited from ConversionAutocatalytic) |
Name | Description | |
---|---|---|
CreateFitFunction | Creates the fit function. | |
DefaultParameterValue |
Returns a default parameter value. You must ensure that the fit function would generate
values with those default parameters.
(Inherited from ConversionAutocatalytic) | |
DefaultVarianceScaling |
Returns the default variance scaling for the dependent variable i.
(Inherited from ConversionAutocatalytic) | |
DependentVariableName |
Returns the ith dependent variable name.
(Inherited from ConversionAutocatalytic) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Evaluate(Double, Double, Double) |
This evaluates a function value.
(Overrides ConversionAutocatalyticEvaluate(Double, Double, Double)) | |
Evaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) | (Inherited from ConversionAutocatalytic) | |
EvaluateConversion |
Evaluates the conversion (from 0..1). Thus, the prefactor A0 is not used here.
(Inherited from ConversionAutocatalytic) | |
EvaluateConversionRate |
Evaluates the conversion rate (without any prefactor). Thus, the resulting value
is the time derivative of the conversion (also without prefactor).
(Inherited from ConversionAutocatalytic) | |
EvaluateMultiple | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetParameterBoundariesHardLimit | ||
GetParameterBoundariesSoftLimit | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IndependentVariableName |
Returns the ith independent variable name.
(Inherited from ConversionAutocatalytic) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ParameterName |
Returns the ith parameter name.
(Inherited from ConversionAutocatalytic) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
Changed |
Not functional since this instance is immutable.
(Inherited from ConversionAutocatalytic) |
Name | Description | |
---|---|---|
_evaluator | (Inherited from ConversionAutocatalytic) | |
_y0 | (Inherited from ConversionAutocatalytic) |