Jan-Ole Koslik
@olemole.bsky.social
280 followers 940 following 13 posts
PhD student 🎓 in Statistics at Bielefeld University interested in doubly stochastic processes and their application to ecology 🦅, sports 🏈, and finance 📈. Website: https://janoleko.github.io GitHub: https://github.com/janoleko
Posts Media Videos Starter Packs
olemole.bsky.social
Our review paper on latent Markov models is now published in Statistical Modelling! 🎉 @rolandlangrock.bsky.social @SinaMews.

We discuss choosing the right time and space formulation and provide the R package 📦 LaMa for fast ⚡and flexible estimation.

📄 Paper: journals.sagepub.com/eprint/UETXX...
sagepub.com
Reposted by Jan-Ole Koslik
mcuban.bsky.social
Congrats @bluesky on 35m !
olemole.bsky.social
My paper is out! 🎉 I explore hidden semi-Markov models with covariate-dependent state dwell-time distributions — because sometimes Markov just isn’t enough.
Case study: Arctic muskox movement! 🦬📊
🔗 www.sciencedirect.com/science/arti...

#stats #TimeSeries #HSMM #StatisticalEcology #rstats
Hidden semi-Markov models with inhomogeneous state dwell-time distributions
The well-established methodology for the estimation of hidden semi-Markov models (HSMMs) as hidden Markov models (HMMs) with extended state spaces is …
www.sciencedirect.com
Reposted by Jan-Ole Koslik
vincentab.bsky.social
Rdatasets is a collection of 2300 free and documented datasets in CSV format. It's a great resource for teaching and exploration!

The new `get_dataset()` function from the {marginaleffects} 📦 allows you to search and load them directly in #Rstats.

vincentarelbundock.github.io/Rdatasets/ar...
Reposted by Jan-Ole Koslik
bsky.app
Bluesky @bsky.app · Feb 6
happy first birthday to Bluesky, and what a year it's been!

with every day, the need for an open network that puts people first becomes increasingly clear. we're glad to be building this with you. after all, the heart of a social network is the people.
Popular meme format, grandma labeled with "bluesky's public launch was one year ago today." Younger person helping her labeled with "sure grandma let's get you to bed."
Reposted by Jan-Ole Koslik
vianeylb.bsky.social
The world is on 🔥 -- and here's my first publication in an astronomy journal: iopscience.iop.org/article/10.3...

We combine Gaussian processes + hidden Markov models to efficiently detect stellar flares in one modelling step. 🧪
Reposted by Jan-Ole Koslik
kammann.bsky.social
Could watch this animation all day 😍

Did you know that you can create GIFs with gganimate()? They can even be embedded in a latex PDF file and played via Adobe Acorbat Reader 💥

#ggplot #gganimate #datavisualisation #statisticalmodelling #finance #economics #quants
Reposted by Jan-Ole Koslik
rmkubinec.bsky.social
I'm just saying this is syntatically correct #rstats code
Reposted by Jan-Ole Koslik
oceanterra.org
2024 @copernicusecmwf.bsky.social #climate data out today:

📈 2024 - first year more than 1.5°C above pre-industrial; for ERA5 it was 1.6ºC
🌡️ the past 10 years were the 10 warmest years on record
📈 2024 was warmest year for all continental regions, except Antarctica and Australasia

🌍🌡️🧪⚒️🌊
olemole.bsky.social
In this year‘s NFL Big Data Bowl 🏈 submission, @rmichels.bsky.social, Robert Bajons, and I employ hidden Markov models to uncover 🔎guarding assignments and use this additional information to improve the prediction of defensive strategies. 📊
#bigdatabowl #rstats
Reposted by Jan-Ole Koslik
statsbylopez.bsky.social
Big Data Bowl submissions are due tomorrow

🚨🚨

The deadline is 11:59 PM UTC, which is 6:59 PM EST

🚨🚨

#BigDataBowl
Reposted by Jan-Ole Koslik
smachlis.bsky.social
The {matrixStats} #RStats 📦 “provides highly optimized functions for computing common summaries over rows and columns of matrices, e.g. rowQuantiles(). There are also functions that operate on vectors.”
By @henrikbengtsson.bsky.social
github.com/HenrikBengts...
Example

With a matrix

> x <- matrix(rnorm(20 * 500), nrow = 20, ncol = 500)
it is many times faster to calculate medians column by column using

> mu <- matrixStats::colMedians(x)
than using

> mu <- apply(x, MARGIN = 2, FUN = median)
Moreover, if performing calculations on a subset of rows and/or columns, using

> mu <- colMedians(x, rows = 33:158, cols = 1001:3000)
is much faster and more memory efficient than

> mu <- apply(x[33:158, 1001:3000], MARGIN = 2, FUN = median)
olemole.bsky.social
I crunch a lot of numbers to ultimately tell people „yeah this thing may or may not happen idk“.
Reposted by Jan-Ole Koslik
bsky.app
Bluesky @bsky.app · Dec 30
What a year! Bluesky opened its doors just last February. Since then, we opened federation, launched video, rolled out trending topics, and a whole lot more.

Happy New Year, and here’s to a great year ahead! 🎉
2024 In Review - Bluesky
It’s been a big year for Bluesky! Let's take a look back at everything that’s happened in the past year.
bsky.social
olemole.bsky.social
Oh yeah, hurts every time 😂
olemole.bsky.social
Every time it’s called a classifier, somewhere, a statistician dies. 😵‍💫
#stats #ML
Reposted by Jan-Ole Koslik
Reposted by Jan-Ole Koslik