Hello, my name is Mihir Shetty, and I’m doctoral candidate in the physics department at NYU. Feel free to poke around, and see what tickles your fancy.
Data Science For Physicists
Linear Regression You have a set of data $(x_{i},y_{i},\sigma_[i])$, where x is the independent variable, y is the dependent variable, and $\sigma$ is the uncertainty in the dependent variable You want to fit a line to the data ($\hat{y} = mx+b$) You also want the uncertainties of the parameters Why would you want to do this? To know the parameters of the model To extrapolate/interpolate values of the dataset that you don’t have How you do this depends on your viewpoint a frequentist approach would try to maximize the likelihood estimate (information theory) Suppose that you have a probability density for the data $y_{i}$ ranging from 1 to N Treat this density as a function of the parameters....