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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::student_t_distribution::n -	std::student_t_distribution::n

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

	  Returns the n	distribution parameter (number of the degrees of free-
       dom) the
	  distribution was constructed with. The default value is 1.0.

Parameters
	  (none)

Return value
	  Floating  point value	identifying the	degrees	of freedom of the dis-
       tribution

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

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

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

home | help