python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Re sample/down sample csv from 501 to 101 nodes in Matlab
I have ground reaction force csv files which are 501x11 / 11x501 double
Female_GRF = csvread('Female_Fz.csv');
Male_GRF = csvread('Male_Fz.csv');
Female_GRF = Female_GRF';
Male_GRF = Male_GRF';
...
Chris
Votes: 0
Answers: 1
Resampling of categorical column in pandas data frame
I need some help in figuring out this. Have been trying a few things but not working. I have a pandas data frame shown below(in the end) :
The data is available at irregular intervals ( frequency not ...
SeasonedLeo
Votes: 0
Answers: 1
Jackknife in R to obtain interval estimates
I have a question on how to use the jackknife using the bootstrap package. I want to obtain the interval estimate for the jackknife method.
I've tried running the code below, but no results for my par...

Rachel Yeoh
Votes: 0
Answers: 0
Manual bootstrapping for confidence intervals using tidyverse only
I have a grouped dataset and I am interested in summarising a column of counts (number of ___). To calculate the standard error for the summary, I want to bootstrap within groups and calculate the sta...

Karthik Thrikkadeeri
Votes: 0
Answers: 2