We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Is there a way to have the probability of the random variable/noise be dependent on the control variable.
Right now, in the parameterize function the parameter for probability::Vector{Float64} is enforced to be Floats. Is there a work around for that?
probability::Vector{Float64}
The text was updated successfully, but these errors were encountered:
Hi there!
No. The random variable must be independent. There is no work-around. You must reformulate your model.
Sorry, something went wrong.
Cool. Thanks a lot for the quick reply.
No problem. Feel free to open more issues if you have any other questions.
No branches or pull requests
Hello,
Is there a way to have the probability of the random variable/noise be dependent on the control variable.
Right now, in the parameterize function the parameter for
probability::Vector{Float64}
is enforced to be Floats. Is there a work around for that?The text was updated successfully, but these errors were encountered: