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

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  1. Academia Academia Public

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

    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