Discover the transformative power of Excel for Actuaries – today’s tool is vastly more capable than just a year ago! Back then, you might have found yourself grappling with every …
Lists in Python
Usually, while storing the data in a variable we store a single value, for example, x = 5. With the help of Lists in Python, we can store multiple values …
IFoA’s Actuarial Introductory Guide to Programming on Github
One of the Research working parties for IFoA, Programming for Actuarial work has launched a manual using Github. The party is headed by Georgios Bakoloukas. It is believed that the …
Where coding can be applied in Actuarial?
The actuarial profession is evolving as we speak, not only in terms of business volumes but also in terms of product innovations. In actuarial terms, the exponential rise in the …
Loop Control Statements in Python
Loops in Python are used to execute a block of code iteratively for a number of times or until the list is exhaustive. But sometimes, in this form of execution, …
Analysis of Variance (ANOVA) – One Way
Developed by the Statistician Ronald Fisher, Analysis of Variance (ANOVA) is a statistical model that helps to us to analyse the variability present in the data. Analysis of Variance (ANOVA) …
Loops in Python
Python statements are executed sequentially in any code, however, sometimes we wish to iterate a particular piece of code repeatedly. To attain this we use, Loops in Python. The Loops …
Shortcuts to Some Useful Mathematical Notations
As we know IFOA is going to conduct exams online using MS-WORD, creating each notation using its usual procedure would be a tedious task during examinations. Therefore, here we introduce …
Lambda Functions in Python
Many times during data analysis, we need to create our own custom functions to perform the task. This can be done using Lambda functions in Python. Learning to create your …
Introduction to Functions in Python
Sometimes, while working we need to use a particular piece of code again and again by changing a few inputs or values. Due to this reason of reusability, we use …
Data Types and Variable Naming in Python
Data types in Python We store data in different formats and therefore, it becomes important for us to know the type of our data. It helps us in performing different …
COVID-19: Analysis, Modelling & Visualization using R
R is a powerful language used widely for data analysis and statistical computing. Inclusion of powerful packages in R has made it more and more powerful with time. One such recent and wonderful package for …
Free 4 week Python workshop on Data Analytics & Actuaries by Harsh Jaitak: TAC Initiative
We all know how important have Python has become for Data Analytics and Actuaries, more and more companies are using Python for their Analytical and Actuarial. In this era, learning …
Actuarial Time Series Modelling on Delhi’s Pollution (PM2.5) Levels
Quarantine has hit all of us hard. But it can be an opportunity in disguise. I thought to utilize my quarantine time for some productive purpose and bring my knowledge …
Data Analytics and Actuarial: The reality view
Hello, this is Yash Agarwal. In this article, I will be talking about my journey on becoming a Data Analyst whilst pursuing Actuarial. Currently, I am working in the Analytics …
- Page 1 of 2
- 1
- 2