Skip to content

Commit 6356ca4

Browse files
authored
Add Phase II proposal (#15)
1 parent 4bb1f97 commit 6356ca4

File tree

9 files changed

+17
-14
lines changed

9 files changed

+17
-14
lines changed

2024-landscape.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ site:
66

77
# 2024 Landscape Analysis
88

9-
Python is widely adopted in data science, and its use for statistics is expanding rapidly---particularly in education and applied research.
9+
Python is widely adopted in data science, and its use for statistics is expanding rapidlyparticularly in education and applied research.
1010
The statistical ecosystem in Python is currently anchored by six major libraries:
1111

1212
- [numpy](https://www.numpy.org/), which provides fast, flexible array and numerical operations, and underpins nearly all statistical and scientific computing in Python.
1313
It supports descriptive statistics, correlation and covariance computations, random sampling, and tools for constructing histograms and binning data.
1414
- [pandas](https://www.pandas.org/), which offers intuitive, high-performance data structures for tabular and time series data, making data cleaning, wrangling, reshaping, aggregation, and exploratory analysis straightforward and efficient.
15-
- [scipy](https://www.scipy.org/), which builds on NumPy to deliver a broad range of scientific and statistical functionality---including, in its [`scipy.stats`](https://docs.scipy.org/doc/scipy/reference/stats.html) submodule, a comprehensive suite of probability distributions, summary statistics, and basic statistical tests.
15+
- [scipy](https://www.scipy.org/), which builds on NumPy to deliver a broad range of scientific and statistical functionalityincluding, in its [`scipy.stats`](https://docs.scipy.org/doc/scipy/reference/stats.html) submodule, a comprehensive suite of probability distributions, summary statistics, and basic statistical tests.
1616
It also provides modules for clustering, optimization, interpolation, and signal processing.
1717
- [matplotlib](https://matplotlib.org/), the foundational plotting library in Python, which enables the creation of high-quality static, animated, and interactive visualizations, and serves as the basis for many higher-level plotting and statistical graphics libraries.
18-
- [statsmodels](https://www.statsmodels.org/), which offers tools for econometrics, classical statistics, and statistical modeling---including linear and generalized linear models, time series analysis, survival analysis, and hypothesis testing, with extensive support for model diagnostics and statistical inference.
18+
- [statsmodels](https://www.statsmodels.org/), which offers tools for econometrics, classical statistics, and statistical modelingincluding linear and generalized linear models, time series analysis, survival analysis, and hypothesis testing, with extensive support for model diagnostics and statistical inference.
1919
- [scikit-learn](https://scikit-learn.org/), which is best known for machine learning but also supports statistical modeling, offering a consistent API for regression, classification, clustering, model evaluation, statistical preprocessing, and dimensionality reduction.
2020

2121
These core libraries are generally well-tested, reliable, and uphold high software engineering standards, making them trusted foundations for research and application.

about.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ site:
77
# About
88

99
The Statistical Python project was launched with support from a [grant from the NSF](https://nsf.elsevierpure.com/en/projects/pose-phase-1-an-open-source-ecosystem-for-statistical-python), titled _"POSE: Phase I: An open-source ecosystem for statistical Python."_
10-
We are now completing Phase I, which has focused on scoping activities to inform the transition into a sustainable open-source ecosystem.
11-
During this phase, we conducted interviews with stakeholders across the statistical and scientific Python communities, engaged with related domain-specific OSEs to learn from their experiences, led group discussions at national and international conferences, and organized a workshop to gather input on community needs and technical priorities.
12-
13-
## Audience / Target Groups
1410

15-
We help:
11+
Our aim is to help:
1612

1713
- **Educators** teach statistics using a comprehensive, free computational ecosystem with clear user interfaces and accessible learning materials.
1814
- **Researchers** produce reliable results through an extensive collection of well-engineered and tested computational libraries, featuring intuitive APIs and comprehensive documentation.
@@ -21,6 +17,13 @@ We help:
2117

2218
We foster a sustainable ecosystem, aiming to attract statisticians who actively participate in developing the tools they use daily.
2319

24-
## Landscape Analysis
20+
## Phase I
21+
22+
We have now completed Phase I, which focused on scoping activities to inform the transition into a sustainable open-source ecosystem.
23+
During this phase, we conducted interviews with stakeholders across the statistical and scientific Python communities, engaged with related domain-specific OSEs to learn from their experiences, led group discussions at national and international conferences, and organized a workshop to gather input on community needs and technical priorities.
24+
25+
You may read our [2024 Landscape Analysis](2024-landscape), a primary output of the Phase I activities.
26+
27+
## Phase II
2528

26-
Read our [2024 Landscape Analysis](2024-landscape), a primary output from our Phase I activities.
29+
The above activities led to the development of a [Phase II proposal](static/Statistical-Python-POSE-Phase-II.pdf) to implement the formation of the Statistical Python Open Source Ecosystem.

footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
::::{div}
1616

17-
```{image} images/statistical-python-logo.svg
17+
```{image} static/images/statistical-python-logo.svg
1818
:width: 60px
1919
:align: left
2020
```

myst.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ site:
1616
- title: Packages
1717
url: /packages
1818
options:
19-
favicon: images/favicon.ico
20-
logo: images/statistical-python-logo.svg
19+
favicon: static/images/favicon.ico
20+
logo: static/images/statistical-python-logo.svg
2121
logo_text: Statistical Python
22-
style: ./site.css
22+
style: static/site.css
2323
parts:
2424
footer: footer.md
175 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)