Returns a NumericalVariable whose observations are the square root of the original observations..
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Sqrt As NumericalVariable |
| C# |
|---|
public NumericalVariable Sqrt () |
| C++ |
|---|
public: NumericalVariable^ Sqrt () |
Return Value
A NumericalVariable.
Remarks
The new variable gets the name sqrt(<name>), where <name> is the name of the original variable.