Home
last modified time | relevance | path

Searched refs:exponential_plotter (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/doc/graphs/
Ddist_graphs.cpp444 exponential_plotter; in main() local
445 exponential_plotter.add(boost::math::exponential_distribution<>(0.5), "&#x3BB;=0.5"); in main()
446 exponential_plotter.add(boost::math::exponential_distribution<>(1), "&#x3BB;=1"); in main()
447 exponential_plotter.add(boost::math::exponential_distribution<>(2), "&#x3BB;=2"); in main()
448 exponential_plotter.plot("Exponential Distribution PDF", "exponential_pdf.svg"); in main()