how can I build a regression model which is penalised for moving away from an assumed set of coefficients?

This page summarizes the projects mentioned and recommended in the original post on /r/rstats

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bambi

    BAyesian Model-Building Interface (Bambi) in Python.

  • I would suggest using Python's bambi; it is based on PyMC and it is very straightforward to use. We simply define our priors argument as a dictionary (quite literally: my_priors = {"feature_1": bmb.Prior("Normal", mu=4, sigma=4), "feature_n": bmb.Prior("Normal", mu=0.4, sigma=0.4)}) when creating our Bambi Model object and we are ready to go. They have a lot of worked exampling in their website.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts