Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in statistics

Algorithm for counting things by the second and maintaining a running average

statistics go

Trying to understand Julia syntax in linear regression code (GLM package)

statistics julia

The best way to calculate classification accuracy?

parameter C in SVM & standard to find best parameter

statistics svm

How to sample from a log-probability distribution?

Best way to do frequency counting in Julia

R ts object - Preserve index while removing NAs

r statistics time-series

gnuplot stats range possible?

statistics range gnuplot

How can I code Vuong's statistical test in Python?

Multiple comparisons with geom_signif function, R

Describe Function in R (Setting precision digits)

r statistics describe

Statsmodels Logistic Regression class imbalance

What is the difference between Stata's standard deviations from predict and R's standard errors from predict?

r statistics stata

module 'statsmodels.tsa.api' has no attribute 'arima_model'

Frequency-weighted percentile in dataframe with dplyr

r dplyr statistics

What's the best way to detect garbled text in an OCR-ed document

text statistics nlp ocr

How do you calculate a trader's P&L given their trade history?

Bootstrap t method Python implementation