Linear Coding of a dataset
Construction steps
- Type or copy a dataset in to column A
- In the Graphics view insert a slider named m
- In the Graphics view insert a slider named c
- In the input bar enter the function f(x)=m*x+c
- Hide the function f(x)
- In cell B1 enter =f(A1) and then fill-down
- Highlight the numbers in the first column of data, select List (3rd menu), rename this A and click Create
- Highlight the numbers in the second column of data, select List (3rd menu), rename this B and click Create
- In the Input Bar enter BoxPlot[1, 0.5, A, true]
- In the Input Bar enter BoxPlot[2.5, 0.5, B, true]
- In the input bar enter mean_A=Mean[A]
- In the input bar enter mean_B=Mean
- In the input bar enter sd_A=SD[A]
- In the input bar enter sd_B=SD[B]