-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
58 lines (51 loc) · 1.95 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: Morpheus
repo_url: https://github.com/zavtech/morpheus-core
site_author: Xavier Witdouck
copyright: Copyright (C) 2014-2017 Xavier Witdouck
extra_css:
- ./css/morpheus.css
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/styles/default.min.css
extra_javascript:
- https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/highlight.min.js
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML
- http://www.zavtech.com/morpheus/docs/javascript/analytics.js
pages:
- Overview: index.md
- Array:
- Overview: array/overview.md
- Performance: array/performance.md
- DataFrame:
- Construction: frame/construction.md
- Accessing: frame/access.md
- Reshaping: frame/reshaping.md
- Filtering: frame/filtering.md
- Sorting: frame/sorting.md
- Grouping: frame/grouping.md
- Finding: frame/finding.md
- Writing: frame/writing.md
- Performance: frame/performance.md
- Analysis:
- Descriptive Statistics: analysis/statistics.md
- Linear Regression:
- Ordinary Least Squares: regression/ols.md
- Weighted Least Squares: regression/wls.md
- Generalized Least Squares: regression/gls.md
- Principal Component Analysis: analysis/pca.md
- Linear Algebra: analysis/linearalgebra.md
- Time Series Analysis: analysis/timeseries.md
- Examples:
- Modern Portfolio Theory: examples/mpt.md
- Visualization:
- Charts:
- Overview: viz/charts/overview.md
- Embedding (HTML): viz/charts/embed.md
- Gallery (Google): viz/charts/gallery1.md
- Gallery (JFree): viz/charts/gallery2.md
- Tables: viz/tables/overview.md
- Data Sources:
- Quandl: providers/quandl.md
- Federal Reserve: providers/fred.md
- Google Finance: providers/google.md
- Yahoo Finance: providers/yahoo.md
- World Bank: providers/world-bank.md