The LaMa package provides a versatile framework for inference with latent Markov models, designed to make building such models fun and efficient.
Check out the vignettes and start building models! π οΈ
π janoleko.github.io/LaMa/
@olemole.bsky.social
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
The LaMa package provides a versatile framework for inference with latent Markov models, designed to make building such models fun and efficient.
Check out the vignettes and start building models! π οΈ
π janoleko.github.io/LaMa/
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...
Congrats @bluesky on 35m !
19.04.2025 03:01 β π 38934 π 3941 π¬ 495 π 186All the relevant methodology is fully implemented π οΈ in my R package LaMa π¦:
janoleko.github.io/LaMa/
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
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...
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."
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.
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. π§ͺ
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
I'm just saying this is syntatically correct #rstats code
16.01.2025 16:38 β π 119 π 21 π¬ 16 π 102024 @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
ππ‘οΈπ§ͺβοΈπ
Quite a nice watch:
youtu.be/TE4R8bumI-Q?...
Full kaggle notebook:
www.kaggle.com/code/rouvenm...
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
Big Data Bowl submissions are due tomorrow
π¨π¨
The deadline is 11:59 PM UTC, which is 6:59 PM EST
π¨π¨
#BigDataBowl
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)
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...
I crunch a lot of numbers to ultimately tell people βyeah this thing may or may not happen idkβ.
30.12.2024 22:25 β π 4 π 0 π¬ 0 π 0π₯²π₯²π₯²
30.12.2024 19:37 β π 0 π 0 π¬ 0 π 0What 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! π
Oh yeah, hurts every time π
30.12.2024 16:41 β π 1 π 0 π¬ 0 π 0Every time itβs called a classifier, somewhere, a statistician dies. π΅βπ«
#stats #ML
Ooooooo
arxiv.org/abs/2401.00649
Boromir from Lord of the Rings saying "ONE DOES NOT SIMPLY INSTALL PYTHON"
14.11.2024 14:21 β π 34 π 5 π¬ 0 π 1May I be added? Working a lot on hidden Markov models for movement ecology. π
27.12.2024 19:32 β π 1 π 0 π¬ 1 π 0π οΈ The paper is complemented by the R package LaMa, a fast β‘ and flexible framework for estimating latent Markov models, designed to make building such models much easier for everyone!
π janoleko.github.io/LaMa/
Check out the vignettes and start building models! ποΈ
Sina Mews, Roland Langrock, and I have updated π our review paper!
It offers a comprehensive overview on choosing the right time β° and space π formulation for latent Markov models, providing a unifying perspective on discrete- and continuous-time HMMs, SSMs and MMPPs.
π arxiv.org/abs/2406.19157
A log likelihood is shown. The quantities for the score, wald, and likelihood tests are illustrated with respect to the log likelihood.
You will be visited by three ghosts
25.12.2024 15:00 β π 258 π 31 π¬ 6 π 3I feel like not enough people know about Quarto for creating documents.
How it works: Write in markdown and use Quarto to convert it to html, pdf, epub, ...
I produce my books with Quarto (web + ebook + print version). But you can also use it for websites, reports, dashboards, ...
quarto.org