Heiner Spieß
Heiner Spieß
I have found this version in https://github.com/zenna/Omega.jl/blob/ee7afa521566b5de94fde26e465b77e9f553d822/OmegaExamples/docs/basictutorial.jl ``` nflips = 4 coinflips = Mv(Bernoulli.(weight), 1:nflips) # this is an array of RVs randsample(coinflips) ``` But this gives: ``` ERROR: MethodError:...
Ah, I think I have found the current version: ``` nflips = 4 coinflips = manynth(Bernoulli.(weight), 1:nflips) # this is an array of RVs randsample(coinflips) ``` works :)
But afterwards the conditioning on observations is not working ``` observations = [1, 1, 1, 0] condition = coinflips == observations # false condition = coinflips .== observations # ERROR:...
Thanks for the fast response. I thought the search was buggy because there were so few entries. But if the docs are removed this is expected. Any reason why the...
I'm still wondering if it is expected that the search in documentation does not work as in the TeXmacs distribution. As an example, i was searching for "homoglpyh". Mogan does...
Is it intended to bring the search functionality back?
Hey. Is this still worked on? Doesn't seem so from the milestone history. This would be super useful :)
Hey, do you have any opinion on this? Is it possible to change these shortcuts as a user? Thanks :)