photo

FIONA HOTCHKISS


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答