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
rand
ProductMeasure
The line
elT = typeof(rand(rng, T, first(mar)))
assumes that all samples will be of the same type as first(mar) which is not necessarily true if you combine different measures.
first(mar)
The text was updated successfully, but these errors were encountered:
My bad, it's actually because of the function on MeasureTheory which completely takes over... This function in particular : https://github.com/cscherrer/MeasureTheory.jl/blob/ab9645963e3fab66dede0499a1be062d178a4d9c/src/combinators/product.jl#L22
Sorry, something went wrong.
No branches or pull requests
The line
assumes that all samples will be of the same type as
first(mar)
which is not necessarily true if you combine different measures.The text was updated successfully, but these errors were encountered: