A closer look: part #1(a)

Setup

Which model to examine

Sample data point

Generate graphic for selected mode

Plot P(ω_i | θ, x_j) for sample point

Sample data point highlighted

 PlotExampleOne[xtst, initialModel, colors, gbase, 1, yS] ;

[Graphics:../HTMLFiles/index_36.gif]

Corresponding  E[y_ij] = P(ω_i | θ, x_j) for sample point

 PlotExampleOne[#, initialModel, colors, gbase, 1, yS] & /@ xd ;

[Graphics:../HTMLFiles/index_99.gif]

Global visualization

Computation

Visualization

ContourPlot[p1, {x, -1, 1}, {y, -1, 1}, PlotPoints25, FrameTicksNone, ColorFun ... #62754; (RGBColor @@ (# (List @@   colors[[1]]) + (1 - #) List @@ colors[[2]]) &)] ;

[Graphics:../HTMLFiles/index_102.gif]


Created by Mathematica  (September 8, 2003)