mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-06-11 18:35:59 +00:00
Add gaussian random variable struct
This commit is contained in:
parent
2a0b244500
commit
47ca310551
20
include/sta/math/probability/randomVariable.hpp
Normal file
20
include/sta/math/probability/randomVariable.hpp
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef STA_MATH_PROBABILITY_RANDOMVARIABLE_HPP
|
||||
#define STA_MATH_PROBABILITY_RANDOMVARIABLE_HPP
|
||||
|
||||
namespace sta
|
||||
{
|
||||
namespace math
|
||||
{
|
||||
namespace probability
|
||||
{
|
||||
struct grv
|
||||
{
|
||||
float mean;
|
||||
float variance;
|
||||
};
|
||||
} // namespace probability
|
||||
} // namespace math
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif //STA_MATH_PROBABILITY_RANDOMVARIABLE_HPP
|
Loading…
x
Reference in New Issue
Block a user