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

Go to the source code of this file.

Data Types

type  pm_sampleScale::stdscale_type
 This is the derived type whose instances are meant to signify a sample scaling by an amount equal to the inverse of the sample standard deviation or an equivalent measure.
More...
 
interface  pm_sampleScale::getScaled
 Generate a sample of shape (nsam), or (ndim, nsam) or (nsam, ndim) that is scaled by the specified input amount along the specified axis dim.
More...
 
interface  pm_sampleScale::setScaled
 Return a sample of shape (nsam), or (ndim, nsam) or (nsam, ndim) that is scaled by the specified input amount along the specified axis dim.
More...
 

Modules

module  pm_sampleScale
 This module contains classes and procedures for scaling (i.e., multiplying) univariate or multivariate samples by arbitrary amounts along specific directions.
 

Variables

character(*, SK), parameter pm_sampleScale::MODULE_NAME = "@pm_sampleScale"
 
type(stdscale_type), parameter pm_sampleScale::stdscale = stdscale_type()