不确定:具有不确定值的快速正确的计算

时间:2024-03-23 22:27:46
【文件属性】:

文件名称:不确定:具有不确定值的快速正确的计算

文件大小:14KB

文件格式:ZIP

更新时间:2024-03-23 22:27:46

Rust

Uncertain 具有不确定值的快速正确的计算。 当使用未精确确定的值(例如传感器数据)时,可能难以正确处理不确定性。 Uncertain特征使这种计算与常规计算一样自然: use uncertain :: {Uncertain, Distribution}; use rand_distr :: Normal; // Some inputs about which we are not sure let x = Distribution :: from (Normal :: new ( 5.0 , 2.0 ). unwrap ()); let y = Distribution :: from (Normal :: new ( 7.0 , 3.0 ). unwrap ()); // Do some computations let distance = x. sub (y).


【文件预览】:
uncertain-master
----Cargo.toml(463B)
----.github()
--------workflows()
----src()
--------reference.rs(2KB)
--------sprt.rs(2KB)
--------adapters()
--------lib.rs(15KB)
--------boxed.rs(2KB)
--------dist.rs(1KB)
----LICENSE(1KB)
----README.md(2KB)
----tests()
--------basic.rs(2KB)
--------panics.rs(341B)
----.gitignore(19B)

网友评论