Package src :: Package stats306b :: Package lecture1 :: Module weather
[hide private]
[frames] | no frames]

Module weather

source code

CanadianWeather data from fda package in R

Functions [hide private]
 
view() source code
 
main() source code
Variables [hide private]
  __doc__ = ...
  data = array([[ -3.6, -4.4, -3.8, ..., -23.3, -26.3, -30....
Variables Details [hide private]

__doc__

Value:
"""
CanadianWeather data from fda package in R
"""

data

Value:
array([[ -3.6,  -4.4,  -3.8, ..., -23.3, -26.3, -30.7],
       [ -3.1,  -4.2,  -3.5, ..., -24. , -27.1, -30.6],
       [ -3.4,  -5.3,  -4.6, ..., -24.4, -27.8, -31.4],
       ..., 
       [ -3.2,  -3.6,  -3.4, ..., -23.5, -25.7, -29. ],
       [ -2.8,  -4.9,  -3.3, ..., -23.9, -24. , -29.4],
       [ -4.2,  -5.7,  -4.8, ..., -24.5, -24.8, -30.5]])