Questions tagged [pydoe]
4 questions
2
votes
0 answers
Remapping Points for a Growing Exponential Distribution
I am trying to take the data points from an array that currently range from 0 to 1 and remap them according to a few different distributions. For example, I am remapping the data to a decaying exponential (lambda * e^(-lambda * x)) with a standard…

Nate Schwartz
- 21
- 2
1
vote
0 answers
Confounded columns in R vs Statsmodels - Statsmodels splits values among all aliases
When I have an underconstrained system with confounded columns, lm in R ignores many second- and third-factor interactions (which to me seems correct behaviour), but statsmodels (in Python) splits the value among all confounded columns.
Imagine I…

Jean Nassar
- 555
- 1
- 5
- 13
0
votes
2 answers
Latin hypercube sampling
LHS method provides sampling values between zero to 1. If I want to set bounds, for example, for one dimension value should be -0 to 15? How can I do that in pyDOE python?
from pyDOE import *
n = 2
samples = 50
d = lhs(n, samples,…

Backbencher
- 13
- 9
0
votes
1 answer
trouble installing and running PYDOE
I am having trouble properly installing and using scientific DOE python module described here:
The page claims to be able to run the DOE module by navigating to your folder location and running it by the command python main.py. However when I do…

eni
- 65
- 1
- 1
- 8