Explore >> Select a destination


You are here

isaacslavitt.com
| | austinrochford.com
2.4 parsecs away

Travel
| | Splines are a powerful tool when modeling nonlinear relationships. This post shows how to include splines in a Bayesian model in Python using pymc3. In addition, we will show how to use a second splin
| | simkovic.github.io
3.5 parsecs away

Travel
| | [AI summary] The article analyzes and replicates the original Schnall-Johnson data study using ordered logit models in PyStan to demonstrate how ceiling effects in raw score differences bias results and mask true treatment effects.
| | www.djmannion.net
2.1 parsecs away

Travel
| | Data are sometimes on a circular scale, such as the angle of an oriented stimulus, and the analysis of such data often needs to take this circularity into account. Here, we will look at how we can use PyMC to fit a model to circular data.
| | wittchen.io
10.4 parsecs away

Travel
| Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ...