IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    love 0
    Dariia Mykhailyshyna
    发表于
    2025-09-23 18:10:21

    Bayesian Optimization for Sequential Decisions with Multi-Arm Bandits

    [social4i size="small" align="align-left"][This article was first published onR-posts.com, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Join our workshop titledBayesian Optimization for Sequential Decisions with Multi-Arm Bandits, which is a part of our workshops for Ukraine series!Here’s some more info:Title:Bayesian Optimization for Sequential Decisions with Multi-Arm BanditsDate:Thursday, October 23rd, 18:00 – 20:00 CEST (Rome, Berlin, Paris timezone)S ...继续阅读


    love 0
    free range statistics - R
    发表于
    2025-09-23 13:00:00

    Ten year anniversary of Free Range Statistics by @ellis2013nz

    [social4i size="small" align="align-left"][This article was first published onfree range statistics - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Ten years of blog postsA few months ago—26 July 2025 to be precise—was the tenth anniversary of myfirst blog post. Over that time it turns out I’ve written about 225 blog posts, and an astonishing (to me) 350,000 words. That’s after you take out the code.Free Range Statistics is an old-fashioned blog, with a ...继续阅读


    love 0
    pacha.dev/blog
    发表于
    2025-09-23 04:00:00

    A Personal Message from an Open Source Contributor

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new post.Dear fellow developers and data scientists,If everyone reading this gave just the price of a coffee, I could focus fully on open source work for our community. But not everyone can or will contribute, and tha ...继续阅读


    love 0
    pacha.dev/blog
    发表于
    2025-09-23 04:00:00

    Creating a simple R package with C++ code to sum “a + b”

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读


    love 0
    jakub::sobolewski
    发表于
    2025-09-23 00:00:00

    Clean R Tests with `local_mocked_bindings` and Dependency Wrapping

    [social4i size="small" align="align-left"][This article was first published onjakub::sobolewski, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Testing functions that rely on external dependencies is hard.Your tests become slow, fragile, and unreliable when they depend on external APIs, file systems, or services. Worse yet, some dependencies likeSys.time()return values that change constantly, making consistent testing nearly impossible.The solution is simpl ...继续阅读


    love 0
    T. Moudiki
    发表于
    2025-09-23 00:00:00

    Combining any model with GARCH(1,1) for probabilistic stock forecasting

    [social4i size="small" align="align-left"][This article was first published onT. Moudiki's Webpage - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Any-mean-model + GARCH(1, 1) for probabilistic stock forecastingIn this blog post, we will explore the combination of any model with GARCH(1,1) for probabilistic stock forecasting. This approach allows us to capture both the conditional mean and conditional variance of stock returns. We will demonstrate the i ...继续阅读


    love 0
    rOpenSci - open tools for open science
    发表于
    2025-09-23 00:00:00

    A Gentle Introduction to Open Science

    [social4i size="small" align="align-left"][This article was first published onrOpenSci - open tools for open science, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Read it in: Français.Sunny and Steffi showing off their R hex stickers!This summer I had a wonderful time attending theSociety for Canadian Ornithologistsmeeting inSaskatoon, Canada. It was super exciting to run intoSunny Tseng, rOpenSci Champion and fellowornithologist! It’s not often that I am ...继续阅读


    love 0
    pacha.dev/blog
    发表于
    2025-09-22 04:00:00

    Open Trade Statistics v6.0 is publicly available!

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读


    love 0
    pacha.dev/blog
    发表于
    2025-09-22 04:00:00

    A Personal Message from an Open Source Contributor

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new post.Dear fellow developers and data scientists,If everyone reading this gave just the price of a coffee, I could focus fully on open source work for our community. But not everyone can or will contribute, and tha ...继续阅读


    love 0
    Joseph Rickert
    发表于
    2025-09-22 00:00:00

    A Note on the Dirichlet Distribution

    [social4i size="small" align="align-left"][This article was first published onR Works, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.In 1839, the gifted mathematicianPeter Gustav Lejeune Dirichletwas attached to the Philosophy department at the University of Berlin working for less than full pay even though he had become a member of the Prussian Academy of Sciences in 1832. At that time, to become a “full professor” at the university it was required that a ...继续阅读


    love 0
    T. Moudiki
    发表于
    2025-09-21 00:00:00

    Generating Synthetic Data with R-vine Copulas using esgtoolkit in R

    [social4i size="small" align="align-left"][This article was first published onT. Moudiki's Webpage - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.R-vine copulasare powerful tools for modeling complex dependencies among multiple variables. Theesgtoolkitpackage in R provides a user-friendly interface to fit R-vine copula models and generate synthetic data that preserves the statistical properties of the original dataset.See also:https://docs.techtonique. ...继续阅读 (4)


    love 0
    Ponne, Bruno
    发表于
    2025-09-21 00:00:00

    T test in R

    [social4i size="small" align="align-left"][This article was first published oncoding-the-past, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.In this post, you will learn what a T Test is and how to perform it in R. First, you’ll see a simple function that lets you perform the test with just one line of code. Then, we will explore the intuition behind the test, building it step by step with data about the Titanic passengers. Enjoy the reading!1. What is a T ...继续阅读


    love 0
    Michael Mayer
    发表于
    2025-09-20 20:52:29

    Key improvements in shapviz and kernelshap

    [social4i size="small" align="align-left"][This article was first published onR – Michael's and Christian's Blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.SHAP interaction strength for the XGBoost model (single variables reflect SHAP main effect strength).Our two sister packages are continuously being improved. A brief summary of the latest changes:shapviz (v0.10.2)Identical axes, axis titles and color bars are now collected across dependenc ...继续阅读 (2)


    love 0
    pacha.dev/blog
    发表于
    2025-09-19 04:00:00

    My first GitHub Actions extension: A tool to apply Clang format to C++ code

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读 (7)


    love 0
    Selcuk Disci
    发表于
    2025-09-18 12:38:04

    Augmented Dynamic Adaptive Model (ADAM) for Daily Seasonal Data

    [social4i size="small" align="align-left"][This article was first published onDataGeeek, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.I have modeled the BIST 100 index to build predictive intervals. Because the data has daily seasonality, I preferred themodeltime::adam_regfunction.I did not use thetimetk::step_timeseries_signaturefunction because the model cannot process too many exterior regressors, and the algorithm captures the trend and seasonality we ...继续阅读 (3)


    love 0
    rOpenSci - open tools for open science
    发表于
    2025-09-18 00:00:00

    All the Ways to Programmatically Edit or Parse R Markdown / Quarto Documents

    [social4i size="small" align="align-left"][This article was first published onrOpenSci - open tools for open science, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Read it in: Español.Read it in: Français.If life gives you a bunch of Markdown files to analyse or edit, do you warm up your regex muscles and get going? How about using more specific tools instead? In this post, we shall give an overview of programmatic ways to parse and edit Markdown files: Ma ...继续阅读 (6)


    love 0
    Bluecology blog
    发表于
    2025-09-18 00:00:00

    Generative AI and R workshops in Hobart Australia

    [social4i size="small" align="align-left"][This article was first published onBluecology blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Centre for Marine Socioecology R and AI workshopsIn person Hobart Australia 11th and 12th November 2025Course page and further detailsRegistrationThe R program is a powerful tool for data analysis, but has a steep learning curve. Join us for a 2-day workshop that will accelerate your R skills. Our modern approach to ...继续阅读 (6)


    love 0
    xi\'an
    发表于
    2025-09-17 22:25:35

    Bayes on the Beach 2026 (University of Wollongong, NSW, 9-11 Feb.)

    [social4i size="small" align="align-left"][This article was first published onR – Xi'an's Og, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Toleave a commentfor the author, please follow the link and comment on their blog:R – Xi'an's Og.R-bloggers.comoffersdaily e-mail updatesaboutRnews and tutorials aboutlearning Rand many other topics.Click here if you're looking to post or find an R/data-science job.Want to share your content on R-bl ...继续阅读 (6)


    love 0
    Michael
    发表于
    2025-09-17 08:00:00

    Phoenician colonization

    [social4i size="small" align="align-left"][This article was first published onr.iresmi.net, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Figura de Astarté – Museo Arqueológico de Sevilla, Public domain, via Wikimedia CommonsI was readingPhoenician colonization from its origin to the 7th century BC(Manzano-Agugliaro et al. 2025)and thought it was an interesting dataset, but alas: it is split in four tables, behind a javascript redirect (wtf Taylor & F ...继续阅读 (8)


    love 0
    T. Moudiki
    发表于
    2025-09-16 00:00:00

    Reimagining Equity Solvency Capital Requirement Approximation (one of my Master’s Thesis subjects): From Bilinear Interpolation to Probabilistic Machine Learning

    [social4i size="small" align="align-left"][This article was first published onT. Moudiki's Webpage - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Reimagining Equity Solvency Capital Requirement Approximation (one of my Master’s Thesis subjects): From Bilinear Interpolation to Probabilistic Machine LearningIn the world of insurance and financial risk management, calculating the Solvency Capital Requirement (SCR) for equity risk could be a computationall ...继续阅读 (6)


    love 0
    The Jumping Rivers Blog
    发表于
    2025-09-15 23:59:00

    Boost Your Career with Jumping Rivers Free Monthly Webinars – Next Session on 18th September

    [social4i size="small" align="align-left"][This article was first published onThe Jumping Rivers Blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Our free monthly webinar series is back, and the first session on 21 August – “Reports that Write Themselves: Automated Reporting with Quarto” was a fantastic success! It was wonderful to see the Jumping Rivers community grow, with so many data professionals joining, engaging, and sharing ideas. Next Webinar:1 ...继续阅读 (8)


    love 0
    Daniel Oehm
    发表于
    2025-09-15 08:31:43

    Survivor Australia vs. The World is now in {survivoR}

    [social4i size="small" align="align-left"][This article was first published onR Archives - Dan Oehm | Gradient Descending, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Survivor Australia vs. The World has wrapped up, and the data is now available in the {survivoR} package. You can install the package from CRAN or fromGithub. Or for non-R users you can download anXLSXdirectly.TheSurvivor stats websitehas been updated with the latest season, including a new ...继续阅读 (9)


    love 0
    rOpenSci - open tools for open science
    发表于
    2025-09-15 00:00:00

    From Surviving to Thriving: A Convening to Reclaim and Sustain Open Science Communities

    [social4i size="small" align="align-left"][This article was first published onrOpenSci - open tools for open science, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Open science has transformed how research is conducted, shared, and reused. Yet the organisations at the heart of this transformation are often left vulnerable, underfunded, and disconnected from one another. To move from simply surviving to truly thriving, five leading open science organisation ...继续阅读 (7)


    love 0
    r on Everyday Is A School Day
    发表于
    2025-09-15 00:00:00

    Learning About Assemblying DNA, BLAST, and Multiple Loci Sequence Testing (MLST) – A Note To Myself

    [social4i size="small" align="align-left"][This article was first published onr on Everyday Is A School Day, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.We learnt how to assemble DNA fragments from a recently publishedN. meningitidisoutbreak study using SKESA, practiced using BLAST for species identification and MLST for strain typing, and explored how serogroups are determined using specialized Python tools for capsule characterization– such a fun ...继续阅读 (8)


    love 0
    Miles Almond
    发表于
    2025-09-15 00:00:00

    Introducing admiralneuro!

    [social4i size="small" align="align-left"][This article was first published onpharmaverse blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.------------- typical setup ---------------------------- post begins here ---------------IntroductionNeuroscience Extension Package for ADaM in R Asset Library • admiralneuro{admiralneuro}joins the family as the latest admiral{admiral}extension package. The package supports neurological disease areas, with the initi ...继续阅读 (9)


    love 0
    R/exams
    发表于
    2025-09-14 22:00:00

    Quality Control for Scanned Multiple-Choice Exams

    [social4i size="small" align="align-left"][This article was first published onR/exams, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Step-by-step guide to using nops_fix() for fixing problems that occurred during scanning written NOPS exams in R/exams.OverviewTheR/examspackage provides a workflow for generating (exams2nops()), scanning (nops_scan()), and automatically evaluating (nops_eval()) large-scale pen-and-paper multiple-choice exams, see the corresp ...继续阅读 (9)


    love 0
    Stat's What It's All About
    发表于
    2025-09-14 21:00:00

    Exploring {ggplot2}’s Geoms and Stats

    [social4i size="small" align="align-left"][This article was first published onStat's What It's All About, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Codelibrary(tidyverse) library(patchwork) library(gt) # sysfonts::font_add_google(name = "fira code") # showtext::showtext_auto() knitr::opts_chunk$set(collapse = TRUE, comment = "#>", dev = "ragg_png")In celebration of the release of{ggplot2}4.0.0, I wanted to explore the relationships between ...继续阅读 (7)


    love 0
    Dariia Mykhailyshyna
    发表于
    2025-09-14 13:56:00

    Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and Stan workshop

    [social4i size="small" align="align-left"][This article was first published onR-posts.com, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Join our workshop on Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and Stan, which is a part of our workshops for Ukraine series!Here’s some more info:Title:Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and StanDate:Thurs ...继续阅读 (11)


    love 0
    pacha.dev/blog
    发表于
    2025-09-14 04:00:00

    wbstats is back on CRAN

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读 (10)


    love 0
    Jonathan Carroll
    发表于
    2025-09-13 00:00:00

    I Vibe Coded an R Package

    [social4i size="small" align="align-left"][This article was first published onrstats on Irregularly Scheduled Programming, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Learning Japanese means memorizing thousands of characters, some of which look nearly identical. I wanted a way to visualize which kanji are similar to each other, and for once there wasn’t an R package for this, so I built one using Claude Code for $20 and an afternoon’s work. I got a full ...继续阅读 (18)

1/836 下一页
沪ICP备19023445号-2号
友情链接