Click or drag to resize
Accord.NET (logo)

BetaPrimeDistribution Constructor

Constructs a new Beta-Prime distribution with the given two non-negative shape parameters a and b.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public BetaPrimeDistribution(
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double alpha,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double beta
)
Request Example View Source

Parameters

alpha
Type: SystemDouble
The distribution's non-negative shape parameter a.
beta
Type: SystemDouble
The distribution's non-negative shape parameter b.
See Also