- 752
- 240 091
iLearn Macquarie
Australia
Приєднався 4 сер 2014
ACST3060: AR(p) Time Series Models
Week 10 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We cover the AR(p) time series models. Specifically, we:
• Present a condition ensuring the weak stationarity of the process.
• Derive the expected value, variance and autocorrelations of the process (the latter being derived using the “Yule Walker” equations).
• Present rules to select the order “p” within an AR(p) model.
• Define “residuals” and “fitted values”.
• Discuss diagnostics to assess model fit.
• Discuss forecasting using an AR(p) model.
(Narrated by Dr Guillaume Boglioni)
• Present a condition ensuring the weak stationarity of the process.
• Derive the expected value, variance and autocorrelations of the process (the latter being derived using the “Yule Walker” equations).
• Present rules to select the order “p” within an AR(p) model.
• Define “residuals” and “fitted values”.
• Discuss diagnostics to assess model fit.
• Discuss forecasting using an AR(p) model.
(Narrated by Dr Guillaume Boglioni)
Переглядів: 145
Відео
ACST3060: Archimedean Copulas
Переглядів 2532 місяці тому
Week 9 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis): we introduce Archimedean copulas. We derive the bivariate Gumbel and bivariate Clayton copula and discuss their properties. We briefly cover k-variate Archimedean copulas (for an arbitrary integer k } 2). (Narrated by Dr Guillaume Boglioni)
ACST3060: Other Copula Topics
Переглядів 1132 місяці тому
Week 9 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We cover two “small” copula topics (that did not fit neatly into previous sections): • Kendall’s Tau “shortcut” formula • Kendall’s distribution function (Narrated by Dr Guillaume Boglioni)
ACST3060: Copula Fitting in R
Переглядів 2252 місяці тому
Week 9 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We use R to fit a copula to a dataset. Specifically, we fit the Clayton copula to a bivariate dataset, and following different approaches: • Method that relies on the empirical Kendall’s Tau. • Maximum Likelihood where margins are estimated empirically, and separately from the copula. • Maximum Likelihood ...
ACST3060: Copula Fitting (Theory)
Переглядів 1692 місяці тому
Week 9 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis): we discuss, conceptually, how to fit copulas to multivariate data. A separate video will cover the “actual” fitting, done in R. (Narrated by Dr Guillaume Boglioni)
ACST3060: Tutorial on Week 8 - Dependence and Copulas
Переглядів 1703 місяці тому
Tutorial on Week 8 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We cover Exercises 8.3 to 8.7 of the Tutorial Booklet. (Narrated by Joel Denning)
ACST3060: Extreme Value Theory in R: Threshold Exceedances Method
Переглядів 2983 місяці тому
Week 7 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We use R to: • Simulate “threshold exceedances” data and check that their distribution is close to the Generalised Pareto distribution (GPD), as predicted by the Picklands-Balkema-de Haan Theorem. • Use the “mean excess plot” to choose a high threshold “u”, above which exceedances should be taken and fitte...
ACST3060: Extreme Value Theory in R: Block Maxima Method
Переглядів 3653 місяці тому
Week 7 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We use R to: • Compare the “tail weight” of the Normal to that of the Pareto distribution. • Simulate “maxima” data and check that their distribution is close to the Generalised Extreme Value distribution (GEV), as predicted by the Fisher-Tippett-Gnedenko Theorem. • Fit “maxima” data to the GEV and assess ...
ACST3060: Fitting Exceedances to the Generalised Pareto Distribution
Переглядів 2543 місяці тому
Week 6 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis): we explain how to fit threshold exceedances data to the Generalised Pareto Distribution. Specifically, we discuss two “rules of thumb” that can be used to select the “high threshold” (above which exceedances should be taken). (Narrated by Dr Guillaume Boglioni)
Extreme Value Theory: Threshold Exceedances Method
Переглядів 3403 місяці тому
Week 6 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis): we review the “Threshold Exceedances” method within Extreme Value Theory. Specifically, we introduce the “Generalised Pareto Distribution” (GPD) and present the important Picklands-Balkema-de Haan Theorem. (Narrated by Dr Guillaume Boglioni)
ACST3060: Kolmogorov-Smirnov Test in R
Переглядів 3454 місяці тому
Week 5 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). The Kolmogorov-Smirnov (KS) test is used to test the null hypothesis that a given sample of data comes from a specified distribution. We show, in R, how to compute the KS test statistic “from scratch”. This is a “programming exercise”, but we also show how to use the in-built R function “ks.test” to comput...
ACST3060: Discrete Convolutions in R
Переглядів 1674 місяці тому
Week 5 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We create, in R, functions to derive the distribution of discrete convolutions. More specifically: • The first function (which we call “convo”) can be used to find the probability mass function (PMF) of a convolution “S=X1 X2”, where X1 and X2 are discrete random variables (possibly with different distribu...
ACST3060: Simulations in R
Переглядів 2164 місяці тому
Week 5 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We show, in R, how to simulate random samples stemming from various probability distributions. We present examples on how to simulate from: • The Pareto distribution (which does not have a generator in base R). • A mixture distribution which is: Exponential(lambda) where “lambda” is itself a Gamma. • min(X...
ACST3060: Plotting Probability Functions in R
Переглядів 2264 місяці тому
Week 5 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis). We show, in R, how to plot several probability functions, namely: • The probability mass function (PMF) of a discrete distribution. • The probability density function (PDF) of a continuous distribution. • The cumulative distribution function (CDF). • The histogram of a sample. • The empirical CDF of a samp...
ACST3060: Risk-Adjusted Premium Principle
Переглядів 1474 місяці тому
Week 4 content (2024) for ACST3060 and ACST8085 (Quantitative Methods for Risk Analysis): we present the “Risk Adjusted Premium Principle”, which can be used to price an insurance risk “X”. We then check whether this principle satisfies all our premium axioms. We conclude it satisfies “non-negative loading”, “scale invariance”, “consistency” and “no ripoff”. However, it does not satisfy “additi...
ACST3060: Approximations of the distribution of S within a Collective Risk Model
Переглядів 2034 місяці тому
ACST3060: Approximations of the distribution of S within a Collective Risk Model
ACST3060: Example of a Collective Risk Model with Excess of Loss Reinsurance
Переглядів 2004 місяці тому
ACST3060: Example of a Collective Risk Model with Excess of Loss Reinsurance
iLearn Insights: A recap of key features for S2, 2024
Переглядів 1515 місяців тому
iLearn Insights: A recap of key features for S2, 2024
ACST3060: Common Continuous Distributions
Переглядів 816 місяців тому
ACST3060: Common Continuous Distributions
ACST3060: Common Discrete Distributions
Переглядів 906 місяців тому
ACST3060: Common Discrete Distributions
ACST3060: Moment Generating Function and Probability Generating Function
Переглядів 1856 місяців тому
ACST3060: Moment Generating Function and Probability Generating Function
Excellent explanation of the content! Thanks!
Thank you for this lecture video--it's amazingly discussed. But can I have the reference textbook for the mixture distribution?
Thank you for the copula video posted few days ago, the comment section is off there hence I am commenting here! (from South Africa🇿🇦)
waiting on the tutorial 8 video, will it be here?
Hey Guillaume, I have a question, @ 10:40 , I see you use the "Method of Moments" to get the estimator for the initial value (iv = c(a.mm, I.mm) ), did you have any article to support this method? Because I am searching around to get the support for my study, and I can't find it... You are the only one have the same approach as me to be honest...
I think the network connection diagram for discussion forums is cool!
I'm sold, just the expression on her face when I shot a thicker and substantial load was worth it, I used what I mentioned last month and after the first 3 weeks or so my volume visibly doubled, I just go'ogled Jan Venstaker's Shooting Ropes and the intensity has been insane!
what is the website called at 2:30
Promo sm
the big question here is that, if they use the Similarity tool here, will it retain this information so that when the student comes to submit their work, will Turnitin Similarity report pick up 100% of the work as plagiarised due to the check done in Draft Coach?
In my case it happened to me today.
How to download my report please?
Hi
the darkest Aboriginal activist
is it me or is there no sound?
thank you very much
Woo!
i cant hear anything
ᵖʳᵒᵐᵒˢᵐ
「コンテンツを調整する必要があります」、
Great video. The Shrimptons Creek Green Links draft master plan proposes some improvements around the skate park, hopefully removing some of the stigmas associated with it
Important video unfortunately the video quality is not as good
Shame this video is inaudible :(
this is so silly
so touching for an excellent video
Keep going..great work
Loved the attention towards details! Great going!!
Keep up the good work 👏
Traaaaassssshhhhhh
1) By reflecting away 30% of ISR the albedo, which would not exist w/o the atmosphere/GHGs, makes the earth cooler than it would be without that atmosphere like that reflective panel set behind the windshield. Remove the atmosphere/GHGs and the earth would become much like the Moon, a barren rock with a 0.1 albedo, 20% more kJ/h, hot^3 on the lit side, cold^3 on the dark. Nikolov, Kramm (U of AK) and UCLA Diviner mission all tacitly agree. 2) the GHG up/down welling, “trapping”/”back” radiating/delaying/intercepting, 100 % efficient, perpetual warming loop requires "extra" energy which according to RGHE theory comes from 3) the terrestrial surface radiating that "extra" upwelling energy as a LWIR , 1.0 emissivity, ideal black body which 4) cannot happen because of the non-radiative, kinetic energy, heat transfer processes of the contiguous atmospheric molecules and as demonstrated by experiment, the gold standard of classical science: principia-scientific.org/debunking-the-greenhouse-gas-theory-with-a-boiling-water-pot/ 1 or 2 or 3 + 4 = 0 Greenhouse Effect + 0 Greenhouse gas warming + 0 man caused climate change/global warming. Version 2.0 082021
1) By reflecting away 30% of ISR the albedo, which would not exist w/o the atmosphere/GHGs, makes the earth cooler than it would be without that atmosphere like that reflective panel set behind the windshield. Remove the atmosphere/GHGs and the earth would become much like the Moon, a barren rock with a 0.1 albedo, 20% more kJ/h, hot^3 on the lit side, cold^3 on the dark. Nikolov, Kramm (U of AK) and UCLA Diviner mission all tacitly agree. 2) the GHG up/down welling, “trapping”/”back” radiating/delaying/intercepting, 100 % efficient, perpetual warming loop requires "extra" energy which according to RGHE theory comes from 3) the terrestrial surface radiating that "extra" upwelling energy as a LWIR , 1.0 emissivity, ideal black body which 4) cannot happen because of the non-radiative, kinetic energy, heat transfer processes of the contiguous atmospheric molecules and as demonstrated by experiment, the gold standard of classical science: principia-scientific.org/debunking-the-greenhouse-gas-theory-with-a-boiling-water-pot/ 1 or 2 or 3 + 4 = 0 Greenhouse Effect + 0 Greenhouse gas warming + 0 man caused climate change/global warming. Version 2.0 082021
You’re nothing but a Marxist rat
@18:50 the text says quantitative, but Dr Beath says qualitative repeatedly. I'm pretty sure this is a typo, just pointing it out.
Excellent description of basic procedures!
I miss macquarie uni :( Thank you for helping new students . Love from Saudi Arabia ❤️