[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/numeric/random/extreme_value_distribution [Back]  [Original]

std::extreme_value_distribution cppreference.com
cppreference.com

std::extreme_value_distribution

cppreference.com

<metanoindex/>

 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
(C++17)
(C++20)
(C++11)
(C++11)
(C++17)
(C++17)
(C++20)
(C++20)
(C++11)
(C++17)
(C++20)
(C++23)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
 
 
 
<tbody> </tbody>
template< class RealType = double > class extreme_value_distribution;
( C++11)
extreme_value_distribution RandomNumberDistribution, ( Type I, -, Fisher-Tippett I)
:
The extreme_value_distribution class is a RandomNumberDistribution that produces random numbers according to the (it is also known as Gumbel Type I, log-Weibull, Fisher-Tippett Type I):
Google.
. .
p(x;a,b) = None
1
b
exp

None
a-x
b
- exp

None
a-x
b




-

result_type RealType
param_type
,
:
the type of the parameter set, unspecified
Google.
. .

-

:
constructs new distribution
Google.
. .

(public -) []
:
resets the internal state of the distribution
Google.
. .

(public -) []
:
Generation
Google.
. .

(public -) []
:
Characteristics
Google.
. .
(a)
:
returns the location distribution parameter (a)
Google.
. .

(public -) []
(b)
:
returns the scale distribution parameter (b)
Google.
. .

(public -) []
:
gets or sets the distribution parameter object
Google.
. .

(public -) []
:
returns the minimum potentially generated value
Google.
. .

(public -) []
:
returns the maximum potentially generated value
Google.
. .

(public -) []

,

(C++11)(C++11)( C++20)

() []

/
() []

Weisstein, Eric W. "Extreme Value Distribution." MathWorld - Wolfram Web.
:
Weisstein, Eric W. "Extreme Value Distribution." From MathWorld--A Wolfram Web Resource.
Google.
. .

Web Proxy Viewer  |  New URL  |  Original Page