Skip to content

Commit 296c75e

Browse files
committed
email update
1 parent 30e859f commit 296c75e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Intro
22
=========================
3+
34
correlationMatrix is a Python powered library for the statistical analysis and visualization of correlation
45
phenomena. It can be used to analyze any dataset that captures timestamped values (timeseries)
5-
The present use cases focus on typical analyses of market correlations, e.g via factor models
6+
The present use cases focus on typical analysis of market correlations, e.g., via factor models
67

78
You can use correlationMatrix to
89

@@ -31,7 +32,6 @@ Examples
3132

3233
The examples directory contains examples illustrating the current functionality
3334

34-
3535
Display correlation matrix
3636

3737
![image](examples/vandermonde.png)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
long_description=long_descr,
3030
long_description_content_type='text/x-rst',
3131
author='Open Risk',
32-
author_email='info@openrisk.eu',
32+
author_email='info@openriskmanagement.com',
3333
packages=['correlationMatrix', 'correlationMatrix.utils', 'tests', 'datasets', 'examples.python'],
3434
include_package_data=True,
3535
url='https://github.com/open-risk/correlationMatrix',

0 commit comments

Comments
 (0)