ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
CAutoCorr | This is the base class for generating objects containing information about autocorrelation of the input data and tools for visualizing it. |
CAxes | This is the class for generating instances of objects that contain the specifications of various types of plots. |
CCascade | This is the abstract class for generating instances of objects that contain the specifications of a cascade of figures (plots). |
CCascadeContour | This is the CascadeContour class for generating instances of 2-dimensional Contour Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeContour3 | This is the CascadeContour3 class for generating instances of 3-dimensional Contour3 Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeContourf | This is the CascadeContourf class for generating instances of 2-dimensional Contourf Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeEllipse | This is the CascadeEllipse class for generating instances of 2-dimensional Ellipse Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeEllipse3 | This is the CascadeEllipse3 class for generating instances of 3-dimensional Ellipse Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeHeatmap | This is the CascadeHeatmap class for generating instances of 2-dimensional Heatmap Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeHistfit | This is the CascadeHistfit class for generating instances of 2-dimensional Histfit Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeHistogram | This is the CascadeHistogram class for generating instances of 1-dimensional Histogram Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeHistogram2 | This is the CascadeHistogram2 class for generating instances of 2-dimensional Histogram2 Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeLine | This is the CascadeLine class for generating instances of 2-dimensional Line Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeLine3 | This is the CascadeLine3 class for generating instances of 3-dimensional Line3 Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeLineScatter | This is the CascadeLineScatter class for generating instances of 2-dimensional Line+Scatter Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeLineScatter3 | This is the CascadeLineScatter3 class for generating instances of 3-dimensional LineScatter3 Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeScatter | This is the CascadeScatter class for generating instances of 2-dimensional Scatter Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCascadeScatter3 | This is the CascadeScatter3 class for generating instances of 3-dimensional Scatter3 Cascade visualizations based on the relevant MATLAB intrinsic functions. |
CCor | This is the base class for generating objects with methods and storage components for computing, storing, and visualizing the correlation matrix of an input data. |
CCov | This is the base class for generating objects with methods and storage components for computing and storing and visualizing the covariance matrix of an input data. |
CDataFrame | This is the abstract class for generating instances of objects that can contain basic attributes required for tabular read-only access to a MATLAB table -compatible data stored externally. |
CDataRef | This is the abstract class for generating instances of objects that can contain basic attributes required for storing reference to a given data. |
CFigure | This is the abstract class for generating instances of objects that contain the specifications of various types of Figures. |
CFileContents | This is the base class for generating objects that contain the contents of a given file. |
CFileContentsChain | This is the base class for generating objects that contain the contents of a chain file generated by a ParaMonte sampler. |
CFileContentsChainDRAM | This is the base class for generating objects that contain the contents of a chain file generated by a sampler of superclass pm.sampling.Paradram. |
CFileContentsChainMCMC | This is the base class for generating objects that contain the contents of a chain file generated by the ParaMonte MCMC samplers such as pm.sampling.Paradram. |
CFileContentsProgress | This is the base class for generating objects that contain the contents of a progress file generated by a ParaMonte sampler. |
CFileContentsReport | This is the base class for generating objects that contain the contents of a report file generated by a ParaMonte sampler. |
CFileContentsRestart | This is the base class for generating objects that contain the contents of a restart file generated by a ParaMonte sampler. |
CFileContentsRestartDRAM | This is the base class for generating objects that contain the contents of a restart file generated by a ParaMonte sampler. |
CFileContentsSample | This is the base class for generating objects that contain the contents of a sample/chain file generated by a ParaMonte sampler. This class is meant to be primarily internally used by the ParaMonte MATLAB library samplers. |
CFileContentsSampleDRAM | This is the base class for generating objects that contain the contents of a sample/chain file generated by a ParaMonte sampler. This class is meant to be primarily internally used by the ParaMonte MATLAB library samplers. |
CFileContentsTabular | This is the base class for generating objects that contain the tabular contents of a given file |
CHandle | This is the base class for generating subclass of MATLAB handle superclass whose annoying methods are forcefully hidden from the user view. |
CImageSelection | |
CParadram | This is the ParaDRAM class for generating instances of serial and parallel Delayed-Rejection Adaptive Metropolis-Hastings Markov Chain Monte Carlo sampler of the ParaMonte MATLAB library. |
CPlot | This is the base class for generating instances of objects that contain the specifications of various types of figures. |
CPlotContour | This is the PlotContour class for generating instances of 2-dimensional Contour Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotContour3 | This is the Contour3 class for generating instances of 3-dimensional Contour Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotContourf | This is the PlotContourf class for generating instances of 2-dimensional Contourf Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotEllipse | This is the PlotEllipse class for generating instances of 2-dimensional Ellipse Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotEllipse3 | This is the PlotEllipse3 class for generating instances of 3-dimensional Ellipse Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotHeatmap | This is the PlotHeatmap class for generating instances of 2-dimensional Heatmap Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotHistfit | This is the Histfit class for generating instances of 2-dimensional Histfit Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotHistogram | This is the PlotHistogram class for generating instances of 1-dimensional Histogram Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotHistogram2 | This is the PlotHistogram2 class for generating instances of 2-dimensional Histogram2 Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotLine | This is the PlotLine class for generating instances of 2-dimensional Line Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotLine3 | This is the PlotLine3 class for generating instances of 3-dimensional Line Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotLineScatter | This is the PlotLineScatter class for generating instances of 2-dimensional Line-Scatter Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotLineScatter3 | This is the PlotLineScatter3 class for generating instances of 3-dimensional Line-Scatter Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotScatter | This is the PlotScatter class for generating instances of 2-dimensional Scatter Plot visualizations based on the relevant MATLAB intrinsic functions. |
CPlotScatter3 | This is the PlotScatter3 class for generating instances of 3-dimensional Scatter Plot visualizations based on the relevant MATLAB intrinsic functions. |
CSampler | This is the base class for the ParaMonte sampler routines |
CSpecBase | This is the base class for the ParaMonte sampler basic specifications. |
CSpecDRAM | This is the base class for the ParaMonte sampler DRAM specifications. |
CSpecMCMC | This is the base class for the ParaMonte sampler MCMC specifications. This is an abstract class that is not meant to be used by the user. See the class constructor. |
CSpinner | This is the base class for generating objects that can display the time spinner on the console. |
CSubplot | This is the abstract class for generating instances of axes with various types of plots from one or more columns of data. |
CSubplotContour | This is the SubplotContour class for generating instances of 2-dimensional Contour Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotContour3 | This is the SubplotContour3 class for generating instances of 3-dimensional Contour Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotContourf | This is the SubplotContourf class for generating instances of 2-dimensional Contour Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotEllipse | This is the SubplotEllipse class for generating instances of 2-dimensional Ellipse Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotEllipse3 | This is the SubplotEllipse3 class for generating instances of 3-dimensional Ellipse Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotHeatmap | This is the SubplotHeatmap class for generating instances of 2-dimensional Heatmap Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotHistfit | This is the SubplotHistfit class for generating instances of 2-dimensional Histfit Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotHistogram | This is the SubplotHistogram class for generating instances of 1-dimensional Histogram Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotHistogram2 | This is the SubplotHistogram2 class for generating instances of 2-dimensional Histogram2 Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotLine | This is the SubplotLine class for generating instances of 2-dimensional Line Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotLine3 | This is the SubplotLine3 class for generating instances of 3-dimensional Line Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotLineScatter | This is the SubplotLineScatter class for generating instances of 2-dimensional Line-Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotLineScatter3 | This is the SubplotLineScatter3 class for generating instances of 3-dimensional Line-Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotScatter | This is the SubplotScatter class for generating instances of 3-dimensional Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CSubplotScatter3 | This is the SubplotScatter3 class for generating instances of 3-dimensional Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions. |
CTile | This is the abstract class for generating instances of objects that contain the specifications of various types of tile figures. |
CTileContour | This is the pm.vis.TileContour class for generating instances of 2-dimensional Contour Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileContour3 | This is the pm.vis.TileContour3 class for generating instances of 3-dimensional Contour3 Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileContourf | This is the pm.vis.TileContourf class for generating instances of 2-dimensional Contourf Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileEllipse | This is the pm.vis.TileEllipse class for generating instances of 2-dimensional Ellipse Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileEllipse3 | This is the pm.vis.TileEllipse3 class for generating instances of 3-dimensional Ellipse Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileHeatmap | This is the pm.vis.TileHeatmap class for generating instances of 2-dimensional Heatmap Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileHistfit | This is the pm.vis.TileHistfit class for generating instances of 1-dimensional Histfit Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileHistogram | This is the pm.vis.TileHistogram class for generating instances of 1-dimensional Histogram Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileHistogram2 | This is the pm.vis.TileHistogram2 class for generating instances of 2-dimensional Histogram2 Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileLine | This is the pm.vis.TileLine class for generating instances of 2-dimensional Line Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileLine3 | This is the pm.vis.TileLine3 class for generating instances of 3-dimensional Line3 Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileLineScatter | This is the pm.vis.TileLineScatter class for generating instances of 2-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileLineScatter3 | This is the pm.vis.TileLineScatter3 class for generating instances of 3-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileScatter | This is the pm.vis.TileScatter class for generating instances of 2-dimensional Scatter Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTileScatter3 | This is the pm.vis.TileScatter3 class for generating instances of 3-dimensional Scatter Tile visualizations based on the relevant MATLAB intrinsic functions. |
CTiling | This is the base class for generating instances of figures containing a tile of subplots. |
CTilingLayout | This is the base class for generating instances of objects that contains layout information for a set of tiled subplots in a single figure. |
CTimer | This is the base class for generating objects that can time interval consecutively. |
CTriplex | This is the base class for generating instances of figures containing a square symmetric tiling of subplots. |