TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Fred Tededmondson
NA
12
86.1k
Average and Standard Deviation in .NET?
Dec 3 2010 1:35 PM
Why aren't there arithmetic mean (average) and standard deviation/ pop std dev methods built into the framework?
The only references I've found say that there are some overloads for standard deviation in System.Data.Objects.EntityFunctions, but (even though I added the reference to system.Data.Entity), there is no EntityFunctions class in System.Data.Objects.
These are such standard, canonical functions that it seems obvious they should be in System.Math, or at least implemented as extension methods to IEnumerable. Is this just an exercise to make sure all .NET programmers can do something this simple themselves? :D
Reply
Answers (
1
)
Stupid problem
New features in .net 4.0