Key Rate Duration using R code

May 6, 2022 | sang-heon lee

This post explains how to calculate the key rate durations (KRD). Ho (1992) introduces KRD to measure non-parallel movements of the yield curve that the existing duration measures can not describe as these are defined under the assumption of ...
[Read more...]

A short note on the startsWith function

May 4, 2022 | kjytay

The startsWith function comes with base R, and determines whether entries of an input start with a given prefix. (The endsWith function does the same thing but for suffixes.) The following code checks if each of “ant”, “banana” and “balloon” … Continue reading → [Read more...]

Storytelling in ggplot using rounded rectangles

May 3, 2022 | Albert Rapp

A standard ggplot output can rarely convey a powerful message. For effective data visualization you need to customize your plot. A couple of weeks ago, I showed you how. In this blog post, I will rebuild another great data viz from scratch. If you have read my original blog post, ...
[Read more...]

truncated mixtures

May 3, 2022 | xi'an

A question on X validated about EM steps for a truncated Normal mixture led me to ponder whether or not a more ambitious completion [more ambitious than the standard component allocation] was appropriate. Namely, if the mixture is truncated to the interval (a,b), with an observed sample x of ...
[Read more...]

Announcing R/Medicine 2022!

May 3, 2022 | R Consortium

Announcing R/Medicine 2022! The conference will be fully virtual from August 23 through 26 and feature two days of workshops (included with the low registration fee!) and two days of keynotes featuring... The post Announcing R/Medicine 2022! appeared first on R Consortium.
[Read more...]

New Workshops Series Kick-off

May 2, 2022 | Mirai Solutions

We are happy to announce our fourth series of workshops, to take place in 2022. After the success of the past series that took place at the end of last year we decided to offer again a series of workshops based on best development practices, R progra...
[Read more...]

Separating Code from Presentation in Jupyter Notebooks

April 30, 2022 | John Mount

One of the great conveniences of performing a data science style analysis using Jupyter is that Jupyter notebooks are literate containers that combine code, text, results, and graphs. This is also one of the pain points in working with Jupyter notebooks with partners or with source control. That is: Jupyter […]
[Read more...]
1 2 3 1,902