ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cpm::vis::axes::Axes
 CSubplotThis is the abstract class for generating instances of axes with various types of plots from one or more columns of data.
 Cpm::vis::Cascade
 CCascadeContourThis is the CascadeContour class for generating instances of 2-dimensional Contour Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeContour3This is the CascadeContour3 class for generating instances of 3-dimensional Contour3 Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeContourfThis is the CascadeContourf class for generating instances of 2-dimensional Contourf Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeEllipseThis is the CascadeEllipse class for generating instances of 2-dimensional Ellipse Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeEllipse3This is the CascadeEllipse3 class for generating instances of 3-dimensional Ellipse Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeHeatmapThis is the CascadeHeatmap class for generating instances of 2-dimensional Heatmap Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeHistfitThis is the CascadeHistfit class for generating instances of 2-dimensional Histfit Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeHistogramThis is the CascadeHistogram class for generating instances of 1-dimensional Histogram Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeHistogram2This is the CascadeHistogram2 class for generating instances of 2-dimensional Histogram2 Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeLineThis is the CascadeLine class for generating instances of 2-dimensional Line Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeLine3This is the CascadeLine3 class for generating instances of 3-dimensional Line3 Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeLineScatterThis is the CascadeLineScatter class for generating instances of 2-dimensional Line+Scatter Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeLineScatter3This is the CascadeLineScatter3 class for generating instances of 3-dimensional LineScatter3 Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeScatterThis is the CascadeScatter class for generating instances of 2-dimensional Scatter Cascade visualizations based on the relevant MATLAB intrinsic functions.
 CCascadeScatter3This is the CascadeScatter3 class for generating instances of 3-dimensional Scatter3 Cascade visualizations based on the relevant MATLAB intrinsic functions.
 Cpm::stats::Cov
 CCorThis is the base class for generating objects with methods and storage components for computing, storing, and visualizing the correlation matrix of an input data.
 Cpm::container::DataRef
 CDataFrameThis 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.
 Cdynamicprops
 CHandleThis is the base class for generating subclass of MATLAB handle superclass whose annoying methods are forcefully hidden from the user view.
 Cpm::vis::figure::Figure
 CPlotThis is the base class for generating instances of objects that contain the specifications of various types of figures.
 CTilingThis is the base class for generating instances of figures containing a tile of subplots.
 CTriplexThis is the base class for generating instances of figures containing a square symmetric tiling of subplots.
 Cpm::io::FileContents
 CFileContentsReportThis is the base class for generating objects that contain the contents of a report file generated by a ParaMonte sampler.
 CFileContentsRestartThis is the base class for generating objects that contain the contents of a restart file generated by a ParaMonte sampler.
 CFileContentsTabularThis is the base class for generating objects that contain the tabular contents of a given file
 Cpm::sampling::FileContentsChain
 CFileContentsChainMCMCThis 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.
 Cpm::sampling::FileContentsChainMCMC
 CFileContentsChainDRAMThis is the base class for generating objects that contain the contents of a chain file generated by a sampler of superclass pm.sampling.Paradram.
 Cpm::sampling::FileContentsRestart
 CFileContentsRestartDRAMThis is the base class for generating objects that contain the contents of a restart file generated by a ParaMonte sampler.
 Cpm::sampling::FileContentsSample
 CFileContentsChainThis is the base class for generating objects that contain the contents of a chain file generated by a ParaMonte sampler.
 CFileContentsSampleDRAMThis 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.
 Cpm::io::FileContentsTabular
 CFileContentsProgressThis is the base class for generating objects that contain the contents of a progress file generated by a ParaMonte sampler.
 CFileContentsSampleThis 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.
 Cpm::matlab::Handle
 CAutoCorrThis is the base class for generating objects containing information about autocorrelation of the input data and tools for visualizing it.
 CAxesThis is the class for generating instances of objects that contain the specifications of various types of plots.
 CCascadeThis is the abstract class for generating instances of objects that contain the specifications of a cascade of figures (plots).
 CCovThis 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.
 CDataRefThis is the abstract class for generating instances of objects that can contain basic attributes required for storing reference to a given data.
 CFigureThis is the abstract class for generating instances of objects that contain the specifications of various types of Figures.
 CFileContentsThis is the base class for generating objects that contain the contents of a given file.
 CSamplerThis is the base class for the ParaMonte sampler routines
 CSpecBaseThis is the base class for the ParaMonte sampler basic specifications.
 CSpinnerThis is the base class for generating objects that can display the time spinner on the console.
 CTilingLayoutThis is the base class for generating instances of objects that contains layout information for a set of tiled subplots in a single figure.
 CTimerThis is the base class for generating objects that can time interval consecutively.
 Cpm::vis::Plot
 CPlotContourThis is the PlotContour class for generating instances of 2-dimensional Contour Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotContour3This is the Contour3 class for generating instances of 3-dimensional Contour Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotContourfThis is the PlotContourf class for generating instances of 2-dimensional Contourf Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotEllipseThis is the PlotEllipse class for generating instances of 2-dimensional Ellipse Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotEllipse3This is the PlotEllipse3 class for generating instances of 3-dimensional Ellipse Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotHeatmapThis is the PlotHeatmap class for generating instances of 2-dimensional Heatmap Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotHistfitThis is the Histfit class for generating instances of 2-dimensional Histfit Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotHistogramThis is the PlotHistogram class for generating instances of 1-dimensional Histogram Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotHistogram2This is the PlotHistogram2 class for generating instances of 2-dimensional Histogram2 Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotLineThis is the PlotLine class for generating instances of 2-dimensional Line Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotLine3This is the PlotLine3 class for generating instances of 3-dimensional Line Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotLineScatterThis is the PlotLineScatter class for generating instances of 2-dimensional Line-Scatter Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotLineScatter3This is the PlotLineScatter3 class for generating instances of 3-dimensional Line-Scatter Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotScatterThis is the PlotScatter class for generating instances of 2-dimensional Scatter Plot visualizations based on the relevant MATLAB intrinsic functions.
 CPlotScatter3This is the PlotScatter3 class for generating instances of 3-dimensional Scatter Plot visualizations based on the relevant MATLAB intrinsic functions.
 Cpm::sampling::Sampler
 CParadramThis 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.
 Cpm::sampling::SpecBase
 CSpecMCMCThis 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.
 Cpm::sampling::SpecMCMC
 CSpecDRAMThis is the base class for the ParaMonte sampler DRAM specifications.
 Cpm::vis::Subplot
 CSubplotContourThis is the SubplotContour class for generating instances of 2-dimensional Contour Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotContour3This is the SubplotContour3 class for generating instances of 3-dimensional Contour Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotContourfThis is the SubplotContourf class for generating instances of 2-dimensional Contour Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotHeatmapThis is the SubplotHeatmap class for generating instances of 2-dimensional Heatmap Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotHistfitThis is the SubplotHistfit class for generating instances of 2-dimensional Histfit Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotHistogramThis is the SubplotHistogram class for generating instances of 1-dimensional Histogram Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotHistogram2This is the SubplotHistogram2 class for generating instances of 2-dimensional Histogram2 Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotLineThis is the SubplotLine class for generating instances of 2-dimensional Line Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotLine3This is the SubplotLine3 class for generating instances of 3-dimensional Line Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotLineScatterThis is the SubplotLineScatter class for generating instances of 2-dimensional Line-Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotLineScatter3This is the SubplotLineScatter3 class for generating instances of 3-dimensional Line-Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotScatterThis is the SubplotScatter class for generating instances of 3-dimensional Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotScatter3This is the SubplotScatter3 class for generating instances of 3-dimensional Scatter Subplot visualizations based on the relevant MATLAB intrinsic functions.
 Cpm::vis::SubplotEllipse3
 CSubplotEllipseThis is the SubplotEllipse class for generating instances of 2-dimensional Ellipse Subplot visualizations based on the relevant MATLAB intrinsic functions.
 Cpm::vis::SubplotLineScatter3
 CSubplotEllipse3This is the SubplotEllipse3 class for generating instances of 3-dimensional Ellipse Subplot visualizations based on the relevant MATLAB intrinsic functions.
 Cpm::vis::Tile
 CTileContourThis is the pm.vis.TileContour class for generating instances of 2-dimensional Contour Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileContour3This is the pm.vis.TileContour3 class for generating instances of 3-dimensional Contour3 Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileContourfThis is the pm.vis.TileContourf class for generating instances of 2-dimensional Contourf Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileEllipseThis is the pm.vis.TileEllipse class for generating instances of 2-dimensional Ellipse Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileEllipse3This is the pm.vis.TileEllipse3 class for generating instances of 3-dimensional Ellipse Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileHeatmapThis is the pm.vis.TileHeatmap class for generating instances of 2-dimensional Heatmap Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileHistfitThis is the pm.vis.TileHistfit class for generating instances of 1-dimensional Histfit Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileHistogramThis is the pm.vis.TileHistogram class for generating instances of 1-dimensional Histogram Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileHistogram2This is the pm.vis.TileHistogram2 class for generating instances of 2-dimensional Histogram2 Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileLineThis is the pm.vis.TileLine class for generating instances of 2-dimensional Line Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileLine3This is the pm.vis.TileLine3 class for generating instances of 3-dimensional Line3 Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileLineScatterThis is the pm.vis.TileLineScatter class for generating instances of 2-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileLineScatter3This is the pm.vis.TileLineScatter3 class for generating instances of 3-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileScatterThis is the pm.vis.TileScatter class for generating instances of 2-dimensional Scatter Tile visualizations based on the relevant MATLAB intrinsic functions.
 CTileScatter3This is the pm.vis.TileScatter3 class for generating instances of 3-dimensional Scatter Tile visualizations based on the relevant MATLAB intrinsic functions.
 Cpm::vis::Tiling
 CTileThis is the abstract class for generating instances of objects that contain the specifications of various types of tile figures.
 CTransferable
 CImageSelection