<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>VB math libary Archives - CenterSpace</title>
	<atom:link href="https://www.centerspace.net/tag/vb-math-libary/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/tag/vb-math-libary</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Tue, 07 Feb 2023 21:44:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
<site xmlns="com-wordpress:feed-additions:1">104092929</site>	<item>
		<title>New Versions of NMath Libraries Released</title>
		<link>https://www.centerspace.net/new-versions-of-nmath-libraries-released-3</link>
					<comments>https://www.centerspace.net/new-versions-of-nmath-libraries-released-3#respond</comments>
		
		<dc:creator><![CDATA[Ken Baldwin]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 15:29:36 +0000</pubDate>
				<category><![CDATA[NMath]]></category>
		<category><![CDATA[NMath Stats]]></category>
		<category><![CDATA[.NET math library]]></category>
		<category><![CDATA[C# math library]]></category>
		<category><![CDATA[F# math library]]></category>
		<category><![CDATA[new C# math library release]]></category>
		<category><![CDATA[new NMath release]]></category>
		<category><![CDATA[new NMath Stats release]]></category>
		<category><![CDATA[VB math libary]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=3504</guid>

					<description><![CDATA[<p>CenterSpace is proud to announce the immediate availability of new versions of our .NET math libraries, NMath 5.1 and NMath Stats 3.4. This release adds many new features and performance enhancements. Version 5.1 of NMath adds: Assembly NMathChartMicrosoft.dll containing class NMathChart, which provides static methods for plotting NMath types using the Microsoft Chart Controls for .NET. [More] [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/new-versions-of-nmath-libraries-released-3">New Versions of NMath Libraries Released</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>CenterSpace is proud to announce the immediate availability of new versions of our .NET math libraries, <strong>NMath 5.1</strong> and <strong>NMath Stats 3.4</strong>. This release adds many new features and performance enhancements.</p>
<p>Version 5.1 of <strong>NMath</strong> adds:</p>
<ul>
<li>Assembly <code>NMathChartMicrosoft.dll</code> containing class NMathChart, which provides static methods for plotting <strong>NMath</strong> types using the Microsoft Chart Controls for .NET. [<a href="https://www.centerspace.net/doc/NMath/whitepapers/NMath.ChartMicrosoft.pdf">More</a>]</li>
</ul>
<p><a href="https://www.centerspace.net/blog/wp-content/uploads/2011/09/fit1.png"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-3533" title="OneVariableFunctionFitter" src="https://www.centerspace.net/blog/wp-content/uploads/2011/09/fit1.png" alt="" width="490" height="493" srcset="https://www.centerspace.net/wp-content/uploads/2011/09/fit1.png 490w, https://www.centerspace.net/wp-content/uploads/2011/09/fit1-150x150.png 150w, https://www.centerspace.net/wp-content/uploads/2011/09/fit1-298x300.png 298w" sizes="(max-width: 490px) 100vw, 490px" /></a></p>
<ul>
<li>Classes for solving first order initial value differential equations by the Runge-Kutta method. Class FirstOrderInitialValueProblem encapsulates a first order initial value differential equation, and class <a href="https://www.centerspace.net/doc/NMath/ref/html/T_CenterSpace_NMath_Core_RungeKutta45OdeSolver.htm">RungeKuttaSolver</a> solves them. [<a href="https://www.centerspace.net/doc/NMath/user/differential-equations.htm">More</a>]</li>
<li>Exponential moving average filter weights to class <a href="https://www.centerspace.net/doc/NMath/ref/html/T_CenterSpace_NMath_Core_MovingWindowFilter.htm">MovingWindowFilter</a>.</li>
</ul>
<p>A complete changelog is located <a href="https://www.centerspace.net/doc/NMath/changelog.txt">here</a>.</p>
<p>Version 3.4 of <strong>NMath Stats</strong> adds:</p>
<ul>
<li>Assembly <code>NMathStatsChartMicrosoft.dll</code> containing class NMathStatsChart, which provides static methods for plotting <strong>NMath Stats</strong> types using the Microsoft Chart Controls for .NET. [More]</li>
</ul>
<p><a href="https://www.centerspace.net/blog/wp-content/uploads/2011/09/poisson_pdf.png"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-3534" title="poisson_pdf" src="https://www.centerspace.net/blog/wp-content/uploads/2011/09/poisson_pdf.png" alt="" width="487" height="490" srcset="https://www.centerspace.net/wp-content/uploads/2011/09/poisson_pdf.png 487w, https://www.centerspace.net/wp-content/uploads/2011/09/poisson_pdf-150x150.png 150w, https://www.centerspace.net/wp-content/uploads/2011/09/poisson_pdf-298x300.png 298w" sizes="(max-width: 487px) 100vw, 487px" /></a></p>
<ul>
<li>Class <a href="https://www.centerspace.net/doc/NMath/ref/html/T_CenterSpace_NMath_Core_TwoSampleUnpairedUnequalTTest.htm">TwoSampleUnpairedUnequalTTest</a>. Unlike <a href="https://www.centerspace.net/doc/NMath/ref/html/T_CenterSpace_NMath_Core_TwoSampleUnpairedTTest.htm">TwoSampleUnpairedTTest</a>, a pooled estimate of the variance is not used.</li>
</ul>
<p>A complete changelog is located here.</p>
<p>The new release is build-compatible with the prior release. Upgrades are provided free of charge to customers with current annual maintenance contracts. Maintenance contracts are available through our <a href="/order/">webstore</a>.</p>
<p>This release features simplified NMath and NMath Stats installers. Updated license keys will be issued at upgrade time. A license file must now be deployed with your NMath applications.</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/new-versions-of-nmath-libraries-released-3">New Versions of NMath Libraries Released</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/new-versions-of-nmath-libraries-released-3/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3504</post-id>	</item>
		<item>
		<title>New Versions of NMath Libraries Released</title>
		<link>https://www.centerspace.net/new-versions-of-nmath-libraries-released-2</link>
					<comments>https://www.centerspace.net/new-versions-of-nmath-libraries-released-2#respond</comments>
		
		<dc:creator><![CDATA[Ken Baldwin]]></dc:creator>
		<pubDate>Mon, 07 Feb 2011 17:51:24 +0000</pubDate>
				<category><![CDATA[NMath]]></category>
		<category><![CDATA[NMath Stats]]></category>
		<category><![CDATA[.NET math library]]></category>
		<category><![CDATA[C# math library]]></category>
		<category><![CDATA[F# math library]]></category>
		<category><![CDATA[new C# math library release]]></category>
		<category><![CDATA[new NMath release]]></category>
		<category><![CDATA[new NMath Stats release]]></category>
		<category><![CDATA[VB math libary]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=3171</guid>

					<description><![CDATA[<p>CenterSpace is proud to announce the immediate availability of new versions of our .NET math libraries, NMath 5.0 and NMath Stats 3.3. This release adds many new features and performance enhancements. Version 5.0 of NMath adds: A new set of random number generator classes based on MKL vectorized random number generators Classes for creating independent streams of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/new-versions-of-nmath-libraries-released-2">New Versions of NMath Libraries Released</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>CenterSpace is proud to announce the immediate availability of new versions of our .NET math libraries,<strong> NMath 5.0</strong> and <strong>NMath Stats 3.3</strong>. This release adds many new features and performance enhancements.</p>
<p>Version 5.0 of NMath adds:</p>
<ul>
<li>A <a href="/doc/NMath/user/random-number-generators.htm#Xrandom-number-generators-81018">new set of random number generator classes</a> based on MKL vectorized random number generators</li>
<li>Classes for creating <a href="/doc/NMath/user/random-number-generators-84645.htm#Xrandom-number-generators-84645">independent streams of random numbers</a> using the leapfrop and skip-ahead methods</li>
<li>Classes for generating <a href="/doc/NMath/user/random-number-generators-84645.htm#Xrandom-number-generators-84645">quasirandom sequences</a> using Niederreiter and Sobal methods</li>
<li>Classes for solving <a href="/doc/NMath/user/nonlinear-programming-88363.htm#Xnonlinear-programming-88363">quadratic programming</a> (QP) and <a href="/doc/NMath/user/nonlinear-programming-87923.htm#Xnonlinear-programming-87923">nonlinear programming</a> (NLP) problems</li>
</ul>
<p>Version 3.3 of NMath Stats adds a class for performing a <a href="https://www.centerspace.net/doc/NMath/user/hypothesis-tests-83737.htm#Xhypothesis-tests-83737">Pearson&#8217;s chi-square hypothesis test</a>.</p>
<p>The new release is build-compatible with the prior release. Upgrades are provided free of charge to customers with current annual maintenance contracts.  Maintenance contracts are available through our <a href="/order/">webstore</a>.</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/new-versions-of-nmath-libraries-released-2">New Versions of NMath Libraries Released</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/new-versions-of-nmath-libraries-released-2/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3171</post-id>	</item>
	</channel>
</rss>
