Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: Roey Dvir - moac_ud_bet_2019
Views: 60# x01.txt1#2# Reference:3#4# Helmut Spaeth,5# Mathematical Algorithms for Linear Regression,6# Academic Press, 1991, page 304,7# ISBN 0-12-656460-4.8#9# S Weisberg,10# Applied Linear Regression,11# Wiley, 1980, pages 128-129.12#13# Discussion:14#15# The data records the average weight of the brain and body for16# a number of mammal species.17#18# There are 62 rows of data. The 3 data columns include:19#20# I, the index,21# A1, the brain weight;22# B, the body weight.23#24# We seek a model of the form:25#26# B = A1 * X1.27#283 columns2962 rows30Index31Brain Weight32Body Weight331 3.385 44.500342 0.480 15.500353 1.350 8.100364 465.000 423.000375 36.330 119.500386 27.660 115.000397 14.830 98.200408 1.040 5.500419 4.190 58.0004210 0.425 6.4004311 0.101 4.0004412 0.920 5.7004513 1.000 6.6004614 0.005 0.1404715 0.060 1.0004816 3.500 10.8004917 2.000 12.3005018 1.700 6.3005119 2547.000 4603.0005220 0.023 0.3005321 187.100 419.0005422 521.000 655.0005523 0.785 3.5005624 10.000 115.0005725 3.300 25.6005826 0.200 5.0005927 1.410 17.5006028 529.000 680.0006129 207.000 406.0006230 85.000 325.0006331 0.750 12.3006432 62.000 1320.0006533 6654.000 5712.0006634 3.500 3.9006735 6.800 179.0006836 35.000 56.0006937 4.050 17.0007038 0.120 1.0007139 0.023 0.4007240 0.010 0.2507341 1.400 12.5007442 250.000 490.0007543 2.500 12.1007644 55.500 175.0007745 100.000 157.0007846 52.160 440.0007947 10.550 179.5008048 0.550 2.4008149 60.000 81.0008250 3.600 21.0008351 4.288 39.2008452 0.280 1.9008553 0.075 1.2008654 0.122 3.0008755 0.048 0.3308856 192.000 180.0008957 3.000 25.0009058 160.000 169.0009159 0.900 2.6009260 1.620 11.4009361 0.104 2.5009462 4.235 50.40095#96# Reference:97#98# Helmut Spaeth,99# Mathematical Algorithms for Linear Regression,100# Academic Press, 1991, page 304,101# ISBN 0-12-656460-4.102#103# S Weisberg,104# Applied Linear Regression,105# Wiley, 1980, pages 128-129.106#107# Discussion:108#109# The data records the average weight of the brain and body for110# a number of mammal species.111#112# There are 62 rows of data. The 3 data columns include:113#114# I, the index,115# A1, the brain weight;116# B, the body weight.117#118# We seek a model of the form:119#120# B = A1 * X1.121#122123124