Skip to content

Compare LM and GLM #3

@dmkahler

Description

@dmkahler

Compare the performance of LM and GLM:

  • Select two sites that are nearby (not the airport)
    Run one year of data with each model:
  • lm(wind~wind)
  • glm(wind~wind, family=Gamma(link="identity"))
  • lm(wind~wind+baro)
  • glm(wind~wind+baro, family=Gamma(link="identity"))
  • link=inverse
  • apply the model(s) to all the data

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions