Namespaces
Variants
Views
Actions

std::binomial_distribution::t

From cppreference.com
 
 
 
 
 
IntType t() const;
(since C++11)

Returns the t distribution parameter (number of trials).

[edit] Parameters

(none)

[edit] Return value

Integer value identifying the number of trials.

[edit] See also

gets or sets the distribution parameter object
(public member function) [edit]
returns the p distribution parameter (probability of a trial generating true)
(public member function) [edit]