-
Read carefully the assignment instructions contained within
r-ind-2022s1.pdf
. -
Create a single .R file (name this
solution.R
) containing your solutions to Questions 1--5. Only the code contained within this file will be assessed. -
It is important that you name your functions and variables as instructed, as your solutions will be auto-graded using R.
-
The code in your script file should be able to be run without any errors.
-
Please note that not only will you be graded on the correctness of your code but also on creativity, code styling, the proper use of GitHub, as well as following instructions. Therefore, ensure that you
- Style your code correctly--Refer to the Tidyverse Style Guide at https://style.tidyverse.org/;
- Use comments where appropriate;
- Cite your sources (failure to do so will result in penalties for plagiarism).
-
If you wish, you may provide a README.md file summarising your work on GitHub / GitHub Pages. Be aware that while your repositories remain private, any information on GitHub Pages will always be publicly available.
Probability density distribution (pdf) of the Pareto distribution:
Deviance function:
Cumulative distribution function (cdf) :
Here is the derivation that I calculated for
find