1// ProcessSample docstrings are defined in ProcessSampleImplementation_doc.i.in 2 3%feature("docstring") OT::ProcessSample 4OT_ProcessSample_doc 5%feature("docstring") OT::ProcessSample::add 6OT_ProcessSample_add_doc 7%feature("docstring") OT::ProcessSample::computeMean 8OT_ProcessSample_computeMean_doc 9%feature("docstring") OT::ProcessSample::computeSpatialMean 10OT_ProcessSample_computeSpatialMean_doc 11%feature("docstring") OT::ProcessSample::computeTemporalMean 12OT_ProcessSample_computeTemporalMean_doc 13%feature("docstring") OT::ProcessSample::computeStandardDeviation 14OT_ProcessSample_computeStandardDeviation_doc 15%feature("docstring") OT::ProcessSample::computeQuantilePerComponent 16OT_ProcessSample_computeQuantilePerComponent_doc 17%feature("docstring") OT::ProcessSample::getSize 18OT_ProcessSample_getSize_doc 19%feature("docstring") OT::ProcessSample::getMesh 20OT_ProcessSample_getMesh_doc 21%feature("docstring") OT::ProcessSample::getTimeGrid 22OT_ProcessSample_getTimeGrid_doc 23%feature("docstring") OT::ProcessSample::getDimension 24OT_ProcessSample_getDimension_doc 25%feature("docstring") OT::ProcessSample::getMarginal 26OT_ProcessSample_getMarginal_doc 27%feature("docstring") OT::ProcessSample::drawMarginal 28OT_ProcessSample_drawMarginal_doc 29%feature("docstring") OT::ProcessSample::draw 30OT_ProcessSample_draw_doc 31%feature("docstring") OT::ProcessSample::drawCorrelation 32OT_ProcessSample_drawCorrelation_doc 33%feature("docstring") OT::ProcessSample::drawMarginalCorrelation 34OT_ProcessSample_drawMarginalCorrelation_doc 35%feature("docstring") OT::ProcessSample::getField 36OT_ProcessSample_getField_doc 37%feature("docstring") OT::ProcessSample::setField 38OT_ProcessSample_setField_doc 39%feature("docstring") OT::ProcessSample::computeRange 40OT_ProcessSample_computeRange_doc 41%feature("docstring") OT::ProcessSample::computeMedian 42OT_ProcessSample_computeMedian_doc 43%feature("docstring") OT::ProcessSample::computeVariance 44OT_ProcessSample_computeVariance_doc 45%feature("docstring") OT::ProcessSample::computeSkewness 46OT_ProcessSample_computeSkewness_doc 47%feature("docstring") OT::ProcessSample::computeKurtosis 48OT_ProcessSample_computeKurtosis_doc 49%feature("docstring") OT::ProcessSample::computeCenteredMoment 50OT_ProcessSample_computeCenteredMoment_doc 51%feature("docstring") OT::ProcessSample::computeRawMoment 52OT_ProcessSample_computeRawMoment_doc 53%feature("docstring") OT::ProcessSample::computeEmpiricalCDF 54OT_ProcessSample_computeEmpiricalCDF_doc 55%feature("docstring") OT::ProcessSample::getMax 56OT_ProcessSample_getMax_doc 57%feature("docstring") OT::ProcessSample::getMin 58OT_ProcessSample_getMin_doc 59%feature("docstring") OT::ProcessSample::getSampleAtVertex 60OT_ProcessSample_getSampleAtVertex_doc 61