simulating Gumbel’s bivariate exponential distribution

January 13, 2024 | xi'an

A challenge interesting enough for a sunny New Year morn, found on X validated, namely the simulation of a bivariate exponential distribution proposed by Gumbel in 1960, with density over the positive quadrant in IR² Although there exists a direct approach based on the fact that the marginals are Exponential distributions ...
[Read more...]

6 Common ggplot2 Mistakes

January 13, 2024 | Albert Rapp

library(tidyverse) In this blog post, I want to walk you through six common mistakes that beginners make with ggplot. They range from simple programming mistakes to mistakes in applying data visualization principles. So, with that said, let’s ...
[Read more...]

Call for Speakers: ShinyConf 2024 by Appsilon

January 12, 2024 | Gift Kenneth

Excitement is building as we approach ShinyConf 2024, organized by Appsilon. We are thrilled to announce the Call for Speakers. This is a unique opportunity for experts, industry leaders, and enthusiasts to disseminate their knowledge, insights, and expertise to a diverse and engaged audience. Why Speak at ShinyConf? Becoming a speaker ...
[Read more...]

Gauging Cryptocurrency Market Sentiment in R

January 12, 2024 | serkor1

Navigating the volatile world of cryptocurrencies requires a keen understanding of market sentiment. This blog post explores some of the essential tools and techniques for analyzing the mood of the crypto market, using the cryptoQuotes-package. The Cryptocurrency Fear and Greed Index in R The Fear and Greed Index is a ... [Read more...]

Overview of clustering methods in R

January 10, 2024 | Peter Laurinec

Clustering is a very popular technique in data science because of its unsupervised characteristic - we don’t need true labels of groups in data. In this blog post, I will give you a “quick” survey of various clustering methods applied to synthetic but ...
[Read more...]

Introducing the CDCPLACES Package

January 9, 2024 | Brenden Smith

This post was updated on March 19, 2024 to reflect updates introduced in CDCPLACES 1.1.5. Introduction To begin, we can install from CRAN, or from github, then load our packages. Code # Install from CRAN # install.packages("CDCPLACES) # Inst...
[Read more...]
1 38 39 40 41 42 2,116