https://mooseframework.inl.gov
stochastic_tools
include
likelihoods
ExtremeValue.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
Gaussian.h
"
13
17
class
ExtremeValue
:
public
Gaussian
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
ExtremeValue
(
const
InputParameters
&
parameters
);
23
24
virtual
Real
function
(
const
std::vector<Real> &
x
)
const
override
;
25
33
static
Real
function
(
const
std::vector<Real> &
exp
,
34
const
std::vector<Real> &
model
,
35
const
Real
& noise,
36
const
bool
& log_likelihood);
37
};
ExtremeValue::ExtremeValue
ExtremeValue(const InputParameters ¶meters)
Definition:
ExtremeValue.C:23
ExtremeValue
A class used to generate a generalized extreme value likelihood of observing model predictions...
Definition:
ExtremeValue.h:17
exp
auto exp(const T &)
Gaussian
A class used to generate a Gaussian likelihood of observing model predictions.
Definition:
Gaussian.h:18
InputParameters
x
const std::vector< double > x
Definition:
EquilibriumConstantFitTest.C:17
ExtremeValue::validParams
static InputParameters validParams()
Definition:
ExtremeValue.C:15
model
const PertinentGeochemicalSystem model(database, {"H2O", "H+", "HCO3-", "O2(aq)", "Ca++", ">(s)FeOH", "radius_neg1", "radius_neg1.5"}, {"Calcite"}, {}, {"Calcite_asdf"}, {"CH4(aq)"}, {">(s)FeOCa+"}, "O2(aq)", "e-")
Gaussian.h
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MooseObject::parameters
const InputParameters & parameters() const
Generated on Thu Jul 17 2025 01:44:43 for https://mooseframework.inl.gov by
1.8.14