摘要:
频率推理(Frequentist inference is a type of statistical inference that draws conclusions from sample data by emphasizing the frequency or proportion of th 阅读全文
摘要:
相关概念:极大似然估计,score function,Fisher information Let f(X; θ) be the probability density function (or probability mass function) for X conditional on the 阅读全文
摘要:
p<-ggplot(diamonds,aes(carat, price)) p + geom_point(colour="red") p + geom_point(aes(colour= color, shape= color)) p + geom_histogram(stat="identity", binwidth = 500) p + geom_path() p + geom_line... 阅读全文
摘要:
In statistics, a fixed effects model is a statistical model that represents the observed quantities in terms of explanatory variables that are treated 阅读全文
摘要:
Panel data In statistics and econometrics, the term panel data (or longitudinal data) refers to multi-dimensional data frequently involving measuremen 阅读全文