Gets and sets the shape parameter for the Weibull distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.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 set to a number less than or equal to 0.

See Also