normalise_dataset: Normalise a dataset such that all values are between 0 and 1

Description Usage Arguments Value

Description

Normalise a dataset such that all values are between 0 and 1

Usage

1
normalise_dataset(dataset, sample_mins, sample_maxes, parameters)

Arguments

dataset

LHC Summary file being used in emulator creation

sample_mins

The minimum value used for each parameter in generating the latin-hypercube sample

sample_maxes

The maximum value used for each parameter in generating the latin-hypercube sample

parameters

Simulation parameters the emulation will be fed as input

Value

List of the scaled data and the mimumum/maximum sample values for each, to aid rescale of the data and any predictions made using it.


kalden/spartan documentation built on May 31, 2019, 11:52 p.m.