l******9 发帖数: 579 | 1 【 以下文字转载自 Statistics 讨论区 】
发信人: light009 (light009), 信区: Statistics
标 题: 关于函数的逼近问题
发信站: BBS 未名空间站 (Fri Feb 14 00:21:30 2014, 美东)
I have two functions
m1 = f1(w, s)
m2 = f2(w, s)
f1() and f2() are all blackboxs. Given w and s, I can get m1 and m2.
Now, I need to design or find a function g, such that
m2' = g(m1)
Also, the difference between m2 and m2' must be minimized.
The w and s are all stochastic process.
How can I find such a function g()? What knowledge domain does this belong
to ?
Any help would be appreciated ! | l******9 发帖数: 579 | 2 Up!
【在 l******9 的大作中提到】 : 【 以下文字转载自 Statistics 讨论区 】 : 发信人: light009 (light009), 信区: Statistics : 标 题: 关于函数的逼近问题 : 发信站: BBS 未名空间站 (Fri Feb 14 00:21:30 2014, 美东) : I have two functions : m1 = f1(w, s) : m2 = f2(w, s) : f1() and f2() are all blackboxs. Given w and s, I can get m1 and m2. : Now, I need to design or find a function g, such that : m2' = g(m1)
| m**a 发帖数: 53 | 3 基于现有的信息,你需要做的是:
1) 随机产生一个w一个s;
2) 据上面产生的w和s计算m1和m2;
3) 在坐标图上标记(m1,m2)这个点;
4) 重复上面3步若干次,直到坐标图上的点呈现出某种规律。
【在 l******9 的大作中提到】 : Up!
|
|