Home
last modified time | relevance | path

Searched refs:standardErrors (Results 1 – 8 of 8) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dlinearleastsquaresregression.cpp79 if (m.standardErrors()[i] > tolerance) { in testRegression()
87 << "\n error: " << m.standardErrors()[i] in testRegression()
97 const Real err[] = {m.standardErrors()[0], m.standardErrors()[1], in testRegression()
98 std::sqrt( m.standardErrors()[2]*m.standardErrors()[2] in testRegression()
99 +m.standardErrors()[4]*m.standardErrors()[4]), in testRegression()
100 m.standardErrors()[3]}; in testRegression()
166 if (m.standardErrors()[i] > tolerance) { in testMultiDimRegression()
168 << "\n error: " << m.standardErrors()[i] in testMultiDimRegression()
175 << "\n error: " << m.standardErrors()[i] in testMultiDimRegression()
184 if (m1.standardErrors()[i] > tolerance) { in testMultiDimRegression()
[all …]
H A Dmarketmodel.cpp3238 Matrix standardErrors(vegasMatrix); in testPathwiseVegas() local
3254 standardErrors[i][j] = errors[i*entriesPerProduct + numberRates+1 + j]; in testPathwiseVegas()
3319 Real thisSE = standardErrors[s][b]; in testPathwiseVegas()
3544 Matrix standardErrors(vegasMatrix); in testPathwiseVegas() local
3628 Real thisSE = standardErrors[s][b]; in testPathwiseVegas()
4086 Matrix standardErrors(vegasMatrix); in testPathwiseMarketVegas() local
4093 standardErrors[i][j] = errors[i*entriesPerProduct + numberRates+1 +j]; in testPathwiseMarketVegas()
4149 Real thisErrorInSds = thisError / (standardErrors[i][j]+1E-6); in testPathwiseMarketVegas()
4241 Matrix standardErrors(vegasMatrix); in testPathwiseMarketVegas() local
4249 standardErrors[i][j] = errors[i*entriesPerProduct +numberRates+j+1]; in testPathwiseMarketVegas()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/MetaModel/LinearModel/
H A DLinearModelResult.cxx255 Point standardErrors(basisSize, 1); in getCoefficientsStandardErrors() local
256 for (UnsignedInteger i = 0; i < standardErrors.getSize(); ++i) in getCoefficientsStandardErrors()
258 standardErrors[i] = std::sqrt(std::abs(sigma2 * diagGramInv[i])); in getCoefficientsStandardErrors()
260 return standardErrors; in getCoefficientsStandardErrors()
H A DLinearModelAnalysis.cxx80 const Point standardErrors(linearModelResult_.getCoefficientsStandardErrors()); in __str__() local
101 st = OSS() << offset << standardErrors[i]; in __str__()
128 st = OSS() << standardErrors[i]; in __str__()
222 const Point standardErrors(linearModelResult_.getCoefficientsStandardErrors()); in getCoefficientsTScores() local
226 tScores[i] = estimates[i] / standardErrors[i]; in getCoefficientsTScores()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/gocui/gocui-40df0be5a474/
H A Dgui.go8 standardErrors "errors" packageName
26 ErrAlreadyBlacklisted = standardErrors.New("keybind already blacklisted")
29 ErrBlacklisted = standardErrors.New("keybind blacklisted")
32 ErrNotBlacklisted = standardErrors.New("keybind not blacklisted")
35 ErrNoSuchKeybind = standardErrors.New("no such keybind")
38 ErrUnknownView = standardErrors.New("unknown view")
41 ErrQuit = standardErrors.New("quit")
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/gocui/
H A Dgui.go8 standardErrors "errors" packageName
26 ErrAlreadyBlacklisted = standardErrors.New("keybind already blacklisted")
29 ErrBlacklisted = standardErrors.New("keybind blacklisted")
32 ErrNotBlacklisted = standardErrors.New("keybind not blacklisted")
35 ErrNoSuchKeybind = standardErrors.New("no such keybind")
38 ErrUnknownView = standardErrors.New("unknown view")
41 ErrQuit = standardErrors.New("quit")
/dports/finance/quantlib/QuantLib-1.20/ql/math/
H A Dgenerallinearleastsquares.hpp62 const Array& standardErrors() const { return standardErrors_; } in standardErrors() function in QuantLib::GeneralLinearLeastSquares
/dports/math/openturns/openturns-1.18/python/src/
H A DLinearModelResult_doc.i.in99 standardErrors : :class:`~openturns.Point`