Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::gamma_distribution<RealType>::alpha, beta

      From cppreference.com
      <cpp‎ |numeric‎ |random‎ |gamma distribution
       
       
       
      Pseudo-random number generation
       
       
      RealType alpha()const;
      (1)(since C++11)
      RealType beta()const;
      (2)(since C++11)

      Returns the distribution parameters the distribution has been constructed with.

      1) Returns theα distribution parameter. It is also known as the shape parameter. The default value is1.0.
      2) Returns theβ distribution parameter. It is also known as the scale parameter. The default value is1.0.

      [edit]Parameters

      (none)

      [edit]Return value

      1) Floating point value identifying theα parameter.
      2) Floating point value identifying theβ parameter.

      [edit]See also

      (C++11)
      gets or sets the distribution parameter object
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/numeric/random/gamma_distribution/params&oldid=151282"

      [8]ページ先頭

      ©2009-2025 Movatter.jp