Home
last modified time | relevance | path

Searched defs:Gumbel (Results 1 – 11 of 11) sorted by relevance

/dports/databases/innotop/innotop-1.13.0/
H A DINSTALL32 perl Makefile.PL
38 To remove the files, simply run:
63 C:\> cd Path\To\Innotop\Installation\
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/sol/function/distribution/
H A DROL_Gumbel.hpp53 class Gumbel : public Distribution<Real> { class
65 Gumbel(const Real loc = 0., const Real scale = 1.) in Gumbel() function in ROL::Gumbel
70 Gumbel(ROL::ParameterList &parlist) { in Gumbel() function in ROL::Gumbel
/dports/math/openturns/openturns-1.18/python/src/
H A DGumbel.i10 namespace OT { %extend Gumbel { Gumbel(const Gumbel & other) { return new OT::Gumbel(other); } } } in Gumbel() function
H A Dshims.py17 def Gumbel(alpha=1.0, gamma=0.0): function
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/openturns/
H A DGumbel.hxx34 class OT_API Gumbel class
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/copulas/
H A Dgumbel.py100 class Gumbel(CopulaDistribution): class
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DGumbel.cxx35 Gumbel::Gumbel() in Gumbel() function in Gumbel
46 Gumbel::Gumbel(const Scalar beta, in Gumbel() function in Gumbel
/dports/science/py-chainer/chainer-7.8.0/chainer/distributions/
H A Dgumbel.py14 class Gumbel(distribution.Distribution): class
/dports/math/p5-Math-GSL/Math-GSL-0.43/pod/
H A DRandist.pod431 =head2 Gumbel section
/dports/math/py-pymc3/pymc-3.11.4/pymc3/distributions/
H A Dcontinuous.py3697 class Gumbel(Continuous): class
/dports/math/py-sympy/sympy-1.9/sympy/stats/
H A Dcrv_types.py1962 def Gumbel(name, beta, mu, minimum=False): function