ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
Data Structures
Here are the data structures with brief descriptions:
 CAutoCorrThis is the base class for generating objects containing information about autocorrelation of the input data.
 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).
 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.
 CCorThis is the base class for generating objects with methods and storage components for computing and storing the correlation matrix of an input data.
 CCornerThis is the base class for generating instances of figures containing a symmetric square grid or corner of subplots.
 CCovThis is the base class for generating objects with methods and storage components for computing and storing the covariance matrix of an input data.
 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.
 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.
 CFileContentsChainThis is the base class for generating objects that contain the contents of a chain file generated by a ParaMonte sampler.
 CFileContentsProgressThis is the base class for generating objects that contain the contents of a progress file generated by a ParaMonte sampler.
 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.
 CFileContentsRestartDRAMThis is the base class for generating objects that contain the contents of a restart 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.
 CFileContentsTabularThis is the base class for generating objects that contain the tabular contents of a given file
 CHandleThis is the base class for generating subclass of MATLAB handle superclass whose annoying methods are forcefully hidden from the user view.
 CImageSelection
 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
 CPlotThis is the base class for generating instances of objects that contain the specifications of various types of figures.
 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.
 CSamplerThis is the base class for the ParaMonte sampler routines
 CSpecBaseThis is the base class for the ParaMonte sampler basic specifications.
 CSpecDRAMThis is the base class for the ParaMonte sampler DRAM specifications.
 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.
 CSpinnerThis is the base class for generating objects that can display the time spinner on the console.
 CSubplotThis is the abstract class for generating instances of axes with various types of plots from one or more columns of data.
 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.
 CSubplotEllipseThis is the SubplotEllipse class for generating instances of 2-dimensional Ellipse Subplot visualizations based on the relevant MATLAB intrinsic functions.
 CSubplotEllipse3This is the SubplotEllipse3 class for generating instances of 3-dimensional Ellipse 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.
 CTileThis is the abstract class for generating instances of objects that contain the specifications of various types of tile figures.
 CTileContourThis is the TileContour class for generating instances of 2-dimensional Contour Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileContour3This is the TileContour3 class for generating instances of 3-dimensional Contour3 Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileContourfThis is the TileContourf class for generating instances of 2-dimensional Contourf Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileEllipseThis is the TileEllipse class for generating instances of 2-dimensional Ellipse Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileEllipse3This is the TileEllipse3 class for generating instances of 3-dimensional Ellipse Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileHeatmapThis is the TileHeatmap class for generating instances of 2-dimensional Heatmap Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileHistfitThis is the TileHistfit class for generating instances of 1-dimensional Histfit Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileHistogramThis is the TileHistogram class for generating instances of 1-dimensional Histogram Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileHistogram2This is the TileHistogram2 class for generating instances of 2-dimensional Histogram2 Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileLineThis is the TileLine class for generating instances of 2-dimensional Line Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileLine3This is the TileLine3 class for generating instances of 3-dimensional Line3 Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileLineScatterThis is the TileLineScatter class for generating instances of 2-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileLineScatter3This is the TileLineScatter3 class for generating instances of 3-dimensional Line-Scatter Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileScatterThis is the TileScatter class for generating instances of 2-dimensional Scatter Tile visualizations based on the relevant MATLAB intrinsic functions
 CTileScatter3This is the TileScatter3 class for generating instances of 3-dimensional Scatter Tile visualizations based on the relevant MATLAB intrinsic functions
 CTilingThis is the base class for generating instances of figures containing a tile of subplots.
 CTimerThis is the base class for generating objects that can time interval consecutively.
 CTriplexThis is the base class for generating instances of figures containing a square symmetric tiling of subplots.