Dimension error while scaling probabilistic parameter estimation with pymc3

后端 未结 0 490
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 02:15

I created a simple model to model a sinewave:

x = np.linspace(0,4, 100)
A = 3
f = 2
noise = np.random.normal(scale = 0.1, size=100)
model = A * np.sin(f * x)
         


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