hongyuanjia / epluspar

Conduct parametric analysis on EnergyPlus models in R
https://hongyuanjia.github.io/epluspar
Other
9 stars 0 forks source link

Scale samples to range [0,1] before evaluating sensitivity #13

Closed hongyuanjia closed 4 years ago

hongyuanjia commented 4 years ago

In sensitivity::morris(), there is a scale parameter to scale the input design of experiments before computing the elementary effects so that all factors vary within the range [0,1].

This argument should be added and be set to TRUE by default.

The morris class in python SALib package does this by default in its sample() method.