Click or drag to resize

NMathFunctionsFisherInv Method

Calculates the inverse Fisher transformation of the given value.

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

Parameters

y  Double
Value.

Return Value

Double
Inverse Fisher transformation.
See Also