Click or drag to resize
Accord.NET (logo)

UnivariateDistributionInfoCreateInstanceT Method

Creates a new instance of the distribution using default arguments, if the distribution declared them using parameter attributes.

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static T CreateInstance<T>()
Request Example View Source

Type Parameters

T

Return Value

Type: T
See Also