search for: component3

Displaying 2 results from an estimated 2 matches for "component3".

Did you mean: components
2013 Mar 15
3
advice on module organization
...clude module::component("systemType" => "foobar") include module::component2("systemType" => "foobar") } node ''foo2.example.com'' { include module::component("systemType" => "foobar2") include module::component3("systemType" => "foobar2") } or, maybe even better node ''foo.example.com'' { include module(components => [component1,component2], "systemType" => "foobar") } node ''foo2.example.com'' { include module(com...
2005 Oct 21
1
finite mixture model (2-component gaussian): plotting component gaussian components?
Dear Knowledgeable R Community Members, Please excuse my ignorance, I apologize in advance if this is an easy question, but I am a bit stumped and could use a little guidance. I have a finite mixture modeling problem -- for example, a 2-component gaussian mixture -- where the components have a large overlap, and I am trying to use the "mclust" package to solve this problem. I need