Skip to content

"phase_offset_distribution" == "grid" #112

Closed Answered by TomGeorge1234
ShirleyMgit asked this question in Q&A
Discussion options

You must be logged in to vote

Hi this wouldn't work. Instead phase_offset_distribution should be used to pass in the distribution from which phase offsets will be sampled. The parameters of this distribution should be passed in as a tuple under phase_offset. Currently allowed distributions are

    - uniform ------------------------------- (low, high) or just a single param p which gives (0.5*p, 1.5*p)
    - rayleigh ------------------------------ (scale)
    - normal -------------------------------- (loc, scale)
    - logarithmic --------------------------- (low, high)
    - delta --------------------------------- (the_single_value)
    - modules ------------------------------- (module1_val, module2_val, module3_val, …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TomGeorge1234
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants