在Mathematica中写高斯径向基函数?

时间:2016-09-22 18:38:24

标签: wolfram-mathematica gaussian

我怎样才能开始在Mathematica中编写高斯径向基函数?如果可能,请提供编码作为参考。我已经尝试过,但我仍然无法运行它。请出示一些帮助我运行它的指南。

1 个答案:

答案 0 :(得分:2)

如果没有更多细节,就不可能给出更好的答案。

GaussionRadialBasis[x_Real, parameter_Real:1] := Exp[-parameter*x^2];