Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 R 中生成分布在此图像上的数据:
这些值实际上应该只位于 -1 和 +1 之间,但与 0 和 +1 相比,应该更少在 -1 和 0 之间。
你需要这样做:
1) 发现一个具有这种形状的函数(如 (-(x-1) x^2 (x+1)*(x+2))*k) 2)在 -1 到 1 的区间内积分(它将是 k 的函数) 3)将此积分与 1 匹配(以发现 K) 4)对 0 和 1 之间的数字进行采样(我们称此数字为 z) 5)发现 y ,您的积分从 0 到 y 给出 z 6) 重复大量时间步骤 4-5