Sets the parameter for this distribution.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public void SetParameters( double lowerLimit, double upperLimit, double mode ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetParameters ( _ lowerLimit As Double, _ upperLimit As Double, _ mode As Double _ ) |
| Visual C++ |
|---|
public: void SetParameters( double lowerLimit, double upperLimit, double mode ) |
Parameters
- lowerLimit
- Type: System..::.Double
The lower limit of the distribution.
- upperLimit
- Type: System..::.Double
The upper limit of the distribution.
- mode
- Type: System..::.Double
The mode of the distribution
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the mode is less than the lower limit or greater that the upper limit. |