ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_sampleShift.F90 File Reference

Go to the source code of this file.

Data Types

type  pm_sampleShift::meanshift_type
 This is the derived type whose instances are meant to signify a sample shifting by an amount equal to the negative of the sample mean.
More...
 
interface  pm_sampleShift::getShifted
 Generate a sample of shape (nsam), or (ndim, nsam) or (nsam, ndim) that is shifted by the specified input amount along the specified axis dim.
More...
 
interface  pm_sampleShift::setShifted
 Return a sample of shape (nsam), or (ndim, nsam) or (nsam, ndim) that is shifted by the specified input amount along the specified axis dim.
More...
 

Modules

module  pm_sampleShift
 This module contains classes and procedures for shifting univariate or multivariate samples by arbitrary amounts along specific directions.

 

Variables

character(*, SK), parameter pm_sampleShift::MODULE_NAME = "@pm_sampleShift"
 
type(meanshift_type), parameter pm_sampleShift::meanshift = meanshift_type()