Gets and sets the shape parameter for the distribution. The shape parameter must be positive.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double Shape { get; set; }
Visual Basic (Declaration)
Public Property Shape As Double
Visual C++
public:
property double Shape {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if setting the shape value to a number less than or equal to zero.

See Also