A 6-factor Latin hypercube sample with 6 different non-standard uniform variables in Python

后端 未结 0 507
南笙
南笙 2020-12-06 03:55

I created a 6 factor Latin hypercube design with 50 samples using Python\'s pyDOE package:

from pyDOE import *
samples = lhs(6, samples=50)

A

相关标签:
回答
  • 消灭零回复
提交回复
热议问题