public member function
<random>

std::fisher_f_distribution::n

result_type n() const;
Degrees of freedom (denominator)
Returns parameter n associated with the fisher_f_distribution object.

This parameter represents the denominator's degrees of freedom.

This parameter is set on construction, as its second argument.

Parameters

none

Return value

The n parameter (denominator's degrees of freedom) associated with the distribution object.

Complexity

Constant.

See also