Subversion Repositories wimsdev

Rev

Rev 539 | Go to most recent revision | Details | Compare with Previous | 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
 
6518 bpr 17
:<td style="text-align:center;">2D data analysis<br />
18
 <textarea COLS=35 ROWS=6 name="formula">(1,1),(2,1),(1.5,3),(1.1,2)
539 bpr 19
(2.8,3), (2.1, 1.5),
6518 bpr 20
(2.5, 4), (2.7, 1.2), (2.4, 5)</textarea></td>
21
  <td style="text-align:center;" VALIGN=TOP rowspan=2 NOWRAP>
539 bpr 22
  $submit1
6518 bpr 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 />
539 bpr 32
  <TT>x<sub>1</sub> y<sub>1</sub>, x<sub>2</sub> y<sub>2</sub>, ...</TT></SMALL>