Click or drag to resize

NMathFunctionsFisher Method

Calculates the Fisher transformation of the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Fisher(
	double x
)

Parameters

x  Double
Value.

Return Value

Double
Fisher transformation.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if x is less than negative one or greater than one.
See Also