/usr/include/openturns/OTStat.hxx is in libopenturns-dev 1.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | // -*- C++ -*-
/**
* @brief The external header file of OpenTURNS for subdir Stat
*
* Copyright 2005-2015 Airbus-EDF-IMACS-Phimeca
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef OPENTURNS_OTSTAT_HXX
#define OPENTURNS_OTSTAT_HXX
#include "Compact.hxx"
#include "CorrelationAnalysis.hxx"
#include "CorrelationMatrix.hxx"
#include "CovarianceMatrix.hxx"
#include "csv_parser_state.hxx"
#include "Full.hxx"
#include "ReverseHaltonSequence.hxx"
#include "FaureSequence.hxx"
#include "HaltonSequence.hxx"
#include "HaselgroveSequence.hxx"
#include "HistoryStrategy.hxx"
#include "HistoryStrategyImplementation.hxx"
#include "Last.hxx"
#include "LinearModelFactory.hxx"
#include "LinearModel.hxx"
#include "LowDiscrepancySequence.hxx"
#include "LowDiscrepancySequenceImplementation.hxx"
#include "Null.hxx"
#include "NumericalSample.hxx"
#include "NumericalSampleImplementation.hxx"
#include "FieldImplementation.hxx"
#include "Field.hxx"
#include "Field.hxx"
#include "ProcessSample.hxx"
#include "RandomGenerator.hxx"
#include "SecondOrderModelImplementation.hxx"
#include "SecondOrderModel.hxx"
#include "ExponentialCauchy.hxx"
#include "SensitivityAnalysis.hxx"
#include "SobolSequence.hxx"
#include "TestResult.hxx"
#include "TimeSeries.hxx"
#include "FilteringWindowsImplementation.hxx"
#include "FilteringWindows.hxx"
#include "Hamming.hxx"
#include "Hanning.hxx"
#include "SpectralModel.hxx"
#include "CovarianceModelImplementation.hxx"
#include "SpectralModelImplementation.hxx"
#include "CovarianceModel.hxx"
#include "StationaryCovarianceModel.hxx"
#include "SpectralModelFactoryImplementation.hxx"
#include "SpectralModelFactory.hxx"
#include "UserDefinedSpectralModel.hxx"
#include "WelchFactory.hxx"
#include "ExponentialModel.hxx"
#include "ExponentiallyDampedCosineModel.hxx"
#include "CauchyModel.hxx"
#include "CovarianceModelFactoryImplementation.hxx"
#include "CovarianceModelFactory.hxx"
#include "UserDefinedCovarianceModel.hxx"
#include "NonStationaryCovarianceModelFactory.hxx"
#include "UserDefinedStationaryCovarianceModel.hxx"
#include "StationaryCovarianceModelFactory.hxx"
#include "SquaredExponential.hxx"
#include "GeneralizedExponential.hxx"
#include "AbsoluteExponential.hxx"
#include "SphericalModel.hxx"
#include "MaternModel.hxx"
#include "DiracCovarianceModel.hxx"
#include "HMatrixParameters.hxx"
#include "ProductCovarianceModel.hxx"
#include "TensorizedCovarianceModel.hxx"
#include "HMatrixImplementation.hxx"
#include "HMatrix.hxx"
#include "HMatrixFactory.hxx"
#endif /* OPENTURNS_OTSTAT_HXX */
|