4
votes
Accepted
Given the total cost of many graph walks, how to estimate the cost of each edge?
This can be solved with linear regression (as a first-pass)
This problem can probably be handled as a linear regression (at least as a first pass analysis) using the total cost as the response ...
3
votes
Accepted
Calculate the mean and variance of a stochastic process?
The process is a series of random variables $(X_n).$ It is evident from your formulas and code that these random variables are the proportions of white balls in the urn when there are $n$ balls in the ...
2
votes
Accepted
Proof for Asymptotic Normality for MLE with Multiple Parameters
I will give a sketch of the proof, as I do not have access to the reference pointed out in the comments. Before that, note that indeed, the (mis)use of the mean value theorem/Taylor series ...
2
votes
Accepted
How do machine learning topics fit into a traditional undergraduate statistics course on estimation?
To integrate those ML topics into undergraduate traditional statistics topics of estimation, begin with statistical estimation theory (MLE, MAP, MME) to set the foundational stage and then apply it to ...
2
votes
Calculating mean variance between double determined measurement of random variable
Your sense is correct that, in principle, you can pool information from multiple measurements to get a better estimate of the error variance. Here's an illustration in R.
First, generate a set of ...
1
vote
Bayesian Regression with ARIMA errors
Both the {brms} and {mvgam} packages can do this using Stan on the backend. The advantage of these two is that the ARMA process ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
estimation × 3295maximum-likelihood × 421
regression × 319
self-study × 239
bayesian × 235
distributions × 232
mathematical-statistics × 225
probability × 220
time-series × 191
inference × 191
r × 183
variance × 162
confidence-interval × 159
normal-distribution × 153
unbiased-estimator × 136
sampling × 135
estimators × 132
least-squares × 107
machine-learning × 100
arima × 81
mean × 77
optimization × 70
hypothesis-testing × 67
likelihood × 63
garch × 63