Subversion Repositories wimsdev

Rev

Rev 6518 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 bpr 1
:statistics, data, data 2d, 2d data,
2
data plot, 2d data plot, plot data, scatter plot, linear regression,
3
regression, quadratic regression,
4
correlation, correlation coefficients, covariance, variance,
5
linear correlation
6
 
7
:size, 650x480
8
datatype, 2D data
9
picturesize, 300x200
10
precision, 8
11
 
12
:operation, Plot
13
operation, Correlation Coefficients
14
operation, Linear Regression
15
operation, Quadratic Regression
16
 
17
:<TD ALIGN=CENTER>2D data analysis<BR>
18
 <TEXTAREA COLS=35 ROWS=6 NAME="formula">(1,1),(2,1),(1.5,3),(1.1,2)
19
(2.8,3), (2.1, 1.5),
20
(2.5, 4), (2.7, 1.2), (2.4, 5)</TEXTAREA></TD>
21
  <TD ALIGN=CENTER VALIGN=TOP ROWSPAN=2 NOWRAP>
22
  $submit1
23
  <BR>$submit2
24
  <BR>$submit3
25
  <BR>$submit4
26
  <BR> <BR>
27
  <INPUT TYPE=CHECKBOX NAME="option" VALUE="exchange"> Exchange x and y
28
  <TR><TD COLSPAN=2 ALIGN=LEFT>
29
  <SMALL>Data format: <BR>
30
  <TT>x<sub>1</sub>, y<sub>1</sub>; x<sub>2</sub>, y<sub>2</sub>; ...</TT> or <BR>
31
  <TT>(x<sub>1</sub>, y<sub>1</sub>), (x<sub>2</sub>, y<sub>2</sub>), ...</TT> or <BR>
32
  <TT>x<sub>1</sub> y<sub>1</sub>, x<sub>2</sub> y<sub>2</sub>, ...</TT></SMALL>