photo

FIONA HOTCHKISS


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Datasets with different Time series
average_data=[]; num_of_data=numel(PBCO2); for i=1:num_of_data; average_current=(PBCO2(i)+LJCO2(i)+MLCO2(i)+ASCO2(i)+NZCO...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Average of 5 locations for each time
%Point Barrow, Alaska PB=readtable('monthly_flask_co2_ptb.csv'); %create time and CO2 variable %time PBdailyt=PB(:,4); %CO2...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mean of Multiple data sets across a time series
I have 5 sets of CO2 concentrations, all taken at different locations. They have different start dates, the earliest beginning i...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to Remove Seasonal Cycle?
%Point Barrow, Alaska PB=readtable('monthly_flask_co2_ptb.csv'); %create time and CO2 variable %time PBdailyt=PB(:,4); %CO2...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Trying to extract outliers from array
%Point Barrow, Alaska PB=readtable('daily_flask_co2_ptb.csv'); %create time and CO2 variable PBdailyt=PB(:,4); PBdailyCO2=PB...

más de 2 años hace | 1 respuesta | 0

1

respuesta