https://mooseframework.inl.gov
Loading...
Searching...
No Matches
LinearSum.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://www.mooseframework.org
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
17class LinearSum : public Gaussian
18{
19public:
21
23
24 virtual Real function(const std::vector<Real> & x) const override;
25
32 static Real
33 function(const std::vector<Real> & exp, const std::vector<Real> & model, const Real & noise);
34};
const std::vector< double > x
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-")
A class used to generate a Gaussian likelihood of observing model predictions.
Definition Gaussian.h:19
A class used to generate a LinearSum function of observing model predictions.
Definition LinearSum.h:18
virtual Real function(const std::vector< Real > &x) const override
Return the probability density or mass function at vector x.
Definition LinearSum.C:42
static InputParameters validParams()
Definition LinearSum.C:15
const InputParameters & parameters() const