public member function
<random>

std::fisher_f_distribution::m

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

This parameter represents the numerator's degrees of freedom.

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

Parameters

none

Return value

The m parameter (numerator's degrees of freedom) associated with the distribution object.

Complexity

Constant.

See also