Julia Programming Language
How to calculate correlation and covariance matrix between columns of a TimeArray
Specific Domains
Statistics
time-series
rafael.guerra
February 4, 2023, 8:16pm
2
I think you need:
using Statistics cov(values(ta)) cor(values(ta))
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Covariance from DataFrame or TimeArray
New to Julia
statistics
,
dataframes
,
finance
17
2013
October 24, 2021
Whats the easiest way to create correlation matrices in Julia?
New to Julia
question
,
statistics
5
4155
November 5, 2021
First impression of DataFrames.jl
New to Julia
dataframes
4
1900
November 8, 2020
Get Correlation matrix from dataframe with row and column titles
General Usage
dataframes
10
846
February 29, 2024
TimeSeries.jl package, some information missing from documentation
New to Julia
question
5
436
March 9, 2023