Data generation and visualization

Idealized data classes

idealPlot = specialClassPlot ;

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

Generate data from above distributions

Number of points in each class

n1 = 1000 ; n2 = 1000 ;

Generate data

data1 = AnnularRegion[c1, rr1, rr2, n1] ; data2 = AntiAnnularRegion[c1, rr1, rr2, n2] ;

Visualize data

gd1 = PlotData2D[data1, pr, style1, nS] ; gd2 = PlotData2D[data2, pr, style2, nS] ; gd = Show[gd1, gd2, FS] ;

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


Created by Mathematica  (October 9, 2003)