Mantid
Loading...
Searching...
No Matches
ParameterEstimator.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include "MantidCurveFitting/DllConfig.h"
10
11#include <vector>
12
13namespace Mantid {
14
15namespace API {
16class IFunction;
17class FunctionDomain1D;
18class FunctionValues;
19} // namespace API
20
21namespace CurveFitting {
22namespace ParameterEstimator {
23
26void MANTID_CURVEFITTING_DLL estimate(API::IFunction &function, const API::FunctionDomain1D &domain,
27 const API::FunctionValues &values);
28
29} // namespace ParameterEstimator
30} // namespace CurveFitting
31} // namespace Mantid
Represent a domain for functions of one real argument.
A class to store values calculated by a function.
This is an interface to a fitting function - a semi-abstarct class.
Definition: IFunction.h:163
void MANTID_CURVEFITTING_DLL estimate(API::IFunction &function, const API::FunctionDomain1D &domain, const API::FunctionValues &values)
ParameterEstimator estimates parameter values of some fitting functions from fitting data.
Helper class which provides the Collimation Length for SANS instruments.