TruncatedParetoIsValidParameterSet Method |
Tests whether the provided values are valid parameters for this distribution.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsValidParameterSet(
double scale,
double shape,
double truncation
)
Parameters
- scale Double
- The scale (xm) of the distribution. Range: xm > 0.
- shape Double
- The shape (α) of the distribution. Range: α > 0.
- truncation Double
- The truncation (T) of the distribution. Range: T > xm.
Return Value
Boolean[Missing <returns> documentation for "M:Altaxo.Calc.Distributions.TruncatedPareto.IsValidParameterSet(System.Double,System.Double,System.Double)"]
See Also