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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
|
====================
Statistics on sample
====================
.. currentmodule:: openturns
Sample
======
.. autosummary::
:toctree: _generated/
:template: class.rst_t
Sample
experimental.SamplePartition
.. _parametric_distribution_factories:
Building distributions from samples
===================================
.. autosummary::
:toctree: _generated/
:template: class.rst_t
DistributionFactory
DistributionFactoryResult
DistributionFactoryLikelihoodResult
ProfileLikelihoodResult
CovariatesResult
TimeVaryingResult
:template: DistributionFactory.rst_t
ArcsineFactory
BernoulliFactory
BetaFactory
BinomialFactory
BurrFactory
ChiFactory
ChiSquareFactory
DiracFactory
DirichletFactory
ExponentialFactory
FisherSnedecorFactory
FrechetFactory
GammaFactory
GeneralizedExtremeValueFactory
GeneralizedParetoFactory
GeometricFactory
GumbelFactory
HistogramFactory
InverseNormalFactory
:template: classWithPlot.rst_t
KernelSmoothing
:template: DistributionFactory.rst_t
LaplaceFactory
:template: class.rst_t
LeastSquaresDistributionFactory
:template: DistributionFactory.rst_t
LogisticFactory
LogNormalFactory
LogUniformFactory
:template: class.rst_t
MaximumLikelihoodFactory
:template: DistributionFactory.rst_t
MeixnerDistributionFactory
:template: class.rst_t
MethodOfMomentsFactory
:template: DistributionFactory.rst_t
MultinomialFactory
PolyaFactory
NormalFactory
ParetoFactory
PoissonFactory
:template: class.rst_t
QuantileMatchingFactory
:template: DistributionFactory.rst_t
RayleighFactory
:template: class.rst_t
RiceFactory
:template: DistributionFactory.rst_t
SkellamFactory
experimental.SmoothedUniformFactory
StudentFactory
TrapezoidalFactory
TriangularFactory
TruncatedNormalFactory
UniformFactory
UserDefinedFactory
VonMisesFactory
WeibullMinFactory
WeibullMaxFactory
Building copulas from samples
=============================
.. autosummary::
:toctree: _generated/
:template: class.rst_t
AliMikhailHaqCopulaFactory
BernsteinCopulaFactory
:template: DistributionFactory.rst_t
ClaytonCopulaFactory
:template: class.rst_t
FarlieGumbelMorgensternCopulaFactory
:template: DistributionFactory.rst_t
FrankCopulaFactory
GumbelCopulaFactory
IndependentCopulaFactory
NormalCopulaFactory
PlackettCopulaFactory
StudentCopulaFactory
Sensitivity Analysis
====================
Refer to :ref:`sensitivity_sobol`.
.. autosummary::
:toctree: _generated/
:template: class.rst_t
CorrelationAnalysis
ANCOVA
FAST
experimental.RankSobolSensitivityAlgorithm
:template: classWithPlot.rst_t
SobolIndicesAlgorithm
MartinezSensitivityAlgorithm
SaltelliSensitivityAlgorithm
JansenSensitivityAlgorithm
MauntzKucherenkoSensitivityAlgorithm
:template: class.rst_t
SobolIndicesExperiment
:template: classWithPlot.rst_t
SobolSimulationAlgorithm
SobolSimulationResult
HSIC Indices
============
.. autosummary::
:toctree: _generated/
:template: class.rst_t
HSICStat
HSICUStat
HSICVStat
HSICEstimator
HSICEstimatorConditionalSensitivity
HSICEstimatorGlobalSensitivity
HSICEstimatorTargetSensitivity
Statistical tests
=================
.. autosummary::
:toctree: _generated/
:template: class.rst_t
TestResult
Goodness-of-fit metrics & tests
-------------------------------
.. autosummary::
:toctree: _generated/
:template: function.rst_t
FittingTest.AIC
FittingTest.AICC
FittingTest.BIC
FittingTest.ChiSquared
FittingTest.ComputeKolmogorovStatistics
FittingTest.Kolmogorov
FittingTest.Lilliefors
NormalityTest.AndersonDarlingNormal
NormalityTest.CramerVonMisesNormal
Graphical tests
---------------
.. autosummary::
:toctree: _generated/
:template: functionWithPlot.rst_t
VisualTest.DrawCDFplot
VisualTest.DrawHenryLine
VisualTest.DrawInsideOutside
VisualTest.DrawKendallPlot
VisualTest.DrawLinearModel
VisualTest.DrawLinearModelResidual
VisualTest.DrawLowerTailDependenceFunction
VisualTest.DrawLowerExtremalDependenceFunction
VisualTest.DrawPairs
VisualTest.DrawPairsMarginals
VisualTest.DrawPairsXY
VisualTest.DrawParallelCoordinates
VisualTest.DrawPPplot
VisualTest.DrawQQplot
VisualTest.DrawUpperTailDependenceFunction
VisualTest.DrawUpperExtremalDependenceFunction
:template: class.rst_t
GeneralizedExtremeValueValidation
experimental.GeneralizedParetoValidation
Hypothesis tests
----------------
.. autosummary::
:toctree: _generated/
:template: function.rst_t
HypothesisTest.ChiSquared
HypothesisTest.LikelihoodRatioTest
HypothesisTest.FullPearson
HypothesisTest.FullSpearman
HypothesisTest.PartialPearson
HypothesisTest.PartialSpearman
HypothesisTest.Pearson
HypothesisTest.Spearman
HypothesisTest.TwoSamplesKolmogorov
Linear model tests
------------------
.. autosummary::
:toctree: _generated/
:template: function.rst_t
LinearModelTest.LinearModelFisher
LinearModelTest.LinearModelResidualMean
LinearModelTest.LinearModelHarrisonMcCabe
LinearModelTest.LinearModelBreuschPagan
LinearModelTest.LinearModelDurbinWatson
LinearModelTest.FullRegression
LinearModelTest.PartialRegression
Model selection
---------------
.. autosummary::
:toctree: _generated/
:template: function.rst_t
FittingTest.BestModelAIC
FittingTest.BestModelAICC
FittingTest.BestModelBIC
FittingTest.BestModelChiSquared
FittingTest.BestModelKolmogorov
FittingTest.BestModelLilliefors
|