Skip to content

Error subset by using the cont. variables. I changed the mysubset instead subset. An error fixed it. #84

Open
@aysekaracaorenli

Description

@aysekaracaorenli

elseif mysubset(nodes, cdom)
samples = reshape(cat(1, engine.samples{:,nodes}), nsamples*sum(ns(nodes)), length(nodes));
[marginal.mu, marginal.Sigma] = wstats(samples', normalise(w));
elseif mysubset(nodes, cdom)

with

elseif mysubset(nodes, cdom)

else
error('can''t handle mixed marginals yet');
end

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