Skip to content
View tupui's full-sized avatar

Organizations

@scipy @jupyter @conda-forge @SALib @ray-project @scientific-python @Simulation-Decomposition
Block or Report

Block or report tupui

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tupui/README.md

Hi there

build: running Pronouns: He/Him Editor: PyCharm

I am Pamphile Tupui Roy, a Senior Software Engineer. I am an OSS advocate and share my work here (using MIT most of the time).

🔭 What I do here...

I am a SciPy and SALib core maintainer, member of the Scientific Python Steering committee and on multiple NumFOCUS committee.

I also play around:

apophis 3D-Kiviat

And some smaller things:

📫 How to reach me

Shoot me a message via linkedIn, twitter or e-mail (should be easy to find). Or better, create an issue!

Pinned Loading

  1. Academia Academia Public

    My academic work: articles, presentations, posters, etc.

    1 1

  2. Sobol' variance based sensitivity in... Sobol' variance based sensitivity indices based on Saltelli2010 in python
    1
    """Sobol' indices.
    2
    3
    Compute Sobol' variance based sensitivity indices.
    4
    Use formulations from Saltelli2010.
    5
  3. apophis apophis Public

    Apophis: A python client for Kraken

    Python 5 4

  4. HDR-Boxplot HDR-Boxplot Public

    Functional highest density region boxplot

    Python 1

  5. 3D-Kiviat 3D-Kiviat Public

    3-dimensional version of the Kiviat or Spyder plot

    Jupyter Notebook

  6. Halton Sequence in python Halton Sequence in python
    1
    """Halton low discrepancy sequence.
    2
    3
    This snippet implements the Halton sequence following the generalization of
    4
    a sequence of *Van der Corput* in n-dimensions.
    5