LinkFunction.FromName Method

Returns the link function by its name.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static LinkFunction FromName(
	string name
)

Parameters

name  String
The name of the link function.

Return Value

LinkFunction
The corresponding link function.

Exceptions

ArgumentException

A link function called name has not been defined.

See Also