Wednesday, February 25, 2015

6610 notes 02/25

catogoricalQuant
catx2 test l
ogistic reg
linear reg ANOVA
 2- sample t-test
quantlog stc reglinear reg time series 

Monday, February 23, 2015

interview question

  • what is the assumption of 

    Linear Regression

  • linear
  • ϵi has E[ϵi]=0
  • at least one xi is different
  • xi uncorrelated with ϵi
  • ϵi has V(ϵi)=σ2
  • ϵi is indepdent of ϵj
  • ϵiN(0,σ2) so yi|xiN(α+βxi,σ2)
  • Wednesday, January 28, 2015

    Wednesday, January 14, 2015

    pivot table

    go search it and learn

    DataSF

    https://data.sfgov.org/

    Beautiful Soup

    Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work


    Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work