ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This module contains classes and procedures for scaling (i.e., multiplying) univariate or multivariate samples by arbitrary amounts along specific directions. More...
Data Types | |
interface | 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 | 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... | |
type | 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... | |
Variables | |
character(*, SK), parameter | MODULE_NAME = "@pm_sampleScale" |
type(stdscale_type), parameter | stdscale = stdscale_type() |
This module contains classes and procedures for scaling (i.e., multiplying) univariate or multivariate samples by arbitrary amounts along specific directions.
amount
argument), such interfaces were not added to this module for the following reasons:weight
and variance correction
arguments, thus significantly complicating the interfaces of this module with little gain.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
character(*, SK), parameter pm_sampleScale::MODULE_NAME = "@pm_sampleScale" |
Definition at line 65 of file pm_sampleScale.F90.
type(stdscale_type), parameter pm_sampleScale::stdscale = stdscale_type() |
Definition at line 87 of file pm_sampleScale.F90.