New Post: RunningStatistics: Is there a way to track only a window of the...
@cuda, Great, I am checking that out, thanks
View ArticleNew Comment on "Documentation"
i will create filter for social network system offer to related fiends by content by features by friend of friend. anyboy can help me for use SVD and matrix for filter data . thanks
View ArticleReviewed: Math.NET Numerics v2.4.0 (may 16, 2015)
Rated 4 Stars (out of 5) - mjbnbvjhjhgjhgjhgjhghjgj
View ArticleNew Post: Error in sampling from Negative Binomial
I'm using Math.Net to sample values from an overdispersed Poisson distribution. I'm doing this using the negative binomial link, as described here:...
View ArticleReviewed: Math.NET Numerics v3.4.0 (Jun 09, 2015)
Rated 5 Stars (out of 5) - Just use..no problem..
View ArticleNew Post: replacement for interp1 from matlab
Hello all, i hope you can help me, i want to rewrite a matlab code sniplet. In this sniplet i use the interp1 method of matlab to interpolate. When i use now math.net in c#, i saw the interpolation...
View ArticleNew Post: Time Series Compression for Math.NET Numerics using DeltaCodec
Hi, I just wanted to let users know about a new time series compression library that might be very useful in conjunction with Math.NET: DeltaCodec. This allows a developer to directly encode and decode...
View ArticleNew Post: replacement for interp1 from matlab
Hi Michael, I'm about to move this discussion board from Codeplex to http://discuss.mathdotnet.com/c/numerics. May I ask to to post this there instead? Thanks, Christoph
View ArticleNew Post: Time Series Compression for Math.NET Numerics using DeltaCodec
I'm about to move this discussion board from Codeplex to http://discuss.mathdotnet.com/c/numerics. May I ask to to post this there instead? Thanks, Christoph
View ArticleNew Post: boxcox-tranfsform to make data more normal distribution like
Hello, i am working on a statistical project using math.net.numerics. i would like to implement the boxcox-transform (also called power-tranform) to transform data of a specified distribution (e.g...
View ArticleNew Post: boxcox-tranfsform to make data more normal distribution like
Hi, This would certainly be a welcome addition, and part of one of the focus areas we'd like to become stronger in. I'm not aware of anyone specifically working on this though, but I can help. Thanks,...
View ArticleNew Post: Question regarding curve fitting
I am not sure whether this discussion list is also for questions regarding how to use the library in practice? If not, where should I ask my question? If so, here is the question. Is it possible and...
View ArticleUpdated Wiki: Home
Math.NET Numerics Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Covered...
View ArticleNew Post: Question regarding curve fitting
Hi, Until not very long ago this was indeed the place for questions, but I've started switching to http://discuss.mathdotnet.com/c/numerics instead recently. May I ask you to ask this question there...
View ArticleUpdated Wiki: Home
Math.NET Numerics Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Covered...
View ArticleUpdated Wiki: Home
Math.NET Numerics Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Covered...
View ArticleReviewed: Math.NET Numerics v3.4.0 (十月 16, 2015)
Rated 5 Stars (out of 5) - Very good resources, very helpful to me
View ArticleNew Post: ILU0 using and sparse matrix operations
Hello. I have some problems with solving system of linear equations. Really I have matrix about 20000*20000. I create Sparse Matrix A, Initialized it and created right hand side - vector B. There is my...
View ArticleNew Post: ILU0 using and sparse matrix operations
MILU0Preconditioner is the only preconditioner optimized for sparse storage and though the only one that will improve performance. It implements both the standard and the modified ILU0 algorithm...
View Article