Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::chi_sq...ribution::n(3)  C++ Standard Libary std::chi_sq...ribution::n(3)

NAME
       std::chi_squared_distribution::n	- std::chi_squared_distribution::n

Synopsis
	  RealType n() const;  (since C++11)

	  Returns  the	n  parameter the distribution was constructed with. It
       specifies the
	  degrees of freedom of	the distribution. The default value is 1.0.

Parameters
	  (none)

Return value
	  The n	distribution parameter.

See also
	  param	  gets or sets the distribution	parameter object
	  (C++11) (public member function)

http://cppreference.com		  2022.07.31	  std::chi_sq...ribution::n(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chi_squared_distribution::n&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help