Skip to content

After sampling, input range is different than defined  #4

Description

@olipfeifferthkoeln

Hello,
I defined the following inputs and wanted to apply the OAT sampling for EET.

M=9
r=50
samp_strat = 'lhs'
des_type = 'radial'
distr_fun = [st.randint, st.randint, st.uniform, st.uniform, st.uniform, st.uniform, st.uniform, st.uniform, st.uniform]
distr_par = [[1, 50], [1, 50], [0.15,0.4], [5,15], [0,1.5], [0, 0.2], [0, 0.2], [0,0.02], [0,0.02]]

X = sampling.OAT_sampling(r, M, distr_fun, distr_par, samp_strat, des_type)

When I analyse X, the range of the third and fourth input differ from my definition. Instead of [0.15,0.4], [5,15], X considers them as [0.15,0.55], [5,20].
Do you have an answer why this happens, and a solution of how to fix this bug?
(The same is happening to AAT and FAST sampling...)

Kind regards
Oliver

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions