| Last Modified On : | May 19, 2008 10:16 AM PDT |
Rate |
|
| What If Home | Product Overview | Intel® TM ABI specification | Technical Requirements FAQ | Primary Technology Contacts | Discussion Forum | Blog |
Intel® Summary Statistics Library is a set of algorithms for parallel processing of multi-dimensional datasets. It contains functions for initial analysis of raw data which allow investigating structure of datasets and get their basic characteristics, estimates, and internal dependencies.
The library provides rich set of tools for estimation of various statistical characteristics of a dataset:
Basic statistics. Algebraic and central moments up to 4th order, skewness, kurtosis, variation coefficient, quantiles and order statistics.
Estimation of Dependencies. Variance-covariance/correlation matrix, partial variance-covariance/correlation matrix, pooled/group variance-covariance/correlation matrix.
Data with Outliers. The Intel® Summary Statistics Library contains a tool for detection of outliers in a dataset. Also the library allows computing robust estimates of the covariance matrix and mean in presence of outliers.
Missing Values. Data which contains missing values can be effectively processed using modern algorithms implemented in the package.
Out-of-Memory Datasets. Many algorithms of the library support data which cannot fit into the physical memory processing huge data arrays in portions. Specifically, variance-covariance matrix estimators, algebraic and central moments, skewness, kurtosis, and variation coefficient can process a dataset in portions.
Various Data Storage Formats. The Intel® Summary Statistics Library supports in-rows and in-columns storage formats for datasets, full and packed format for variance-covariance matrix.
The Intel® Summary Statistics Library uses recent advances of statistics by providing modern algorithms that enhance accuracy and performance of statistical computations. The library is optimized for latest multi-core Intel processors what allows to achieve significant performance benefits compared to traditional statistical packages and libraries.
We are constantly striving to give you the most effective development tools for your business. To help us shape our tools to your needs, please take a minute to answer 12 short questions. Your feedback is critical to the success of our product and will help drive the future direction of the Intel® Math Kernel Library.
1. To use Intel® Summary Statistics Library you must have a license for Intel® MKL product on your system. If you don’t, you can acquire the commercial product or try an evaluation copy.
2. Please see Install Guide for more details on technical requirements, including the list of supported processors and operating systems.
Q - What programming interfaces does Intel® Summary Statistics Library support?
A - C and Fortran90/95
Q - Do I need additional software to use Intel® Summary Statistics Library?
A - Intel® MKL library is necessary to use Intel® Summary Statistics Library
Q - What do I need to get started for developing application with the Intel® Summary Statistics Library?
A - Download the library. The installation package includes full documentation which contains Installation Guide, User’s Guide, and User’s Manual.
Q - Where can I get support for the Intel® Summary Statistics Library?
A - You are welcome to join our WhatIf forum and post your questions and feedbacks.
Q - What are the licensing terms?
A - The licensing terms are listed on the download page.
Andrey Nikolaev
Andrey Nikolaev is a Senior Software Engineer at Software & Solutions Group. He holds primary degree in Applied Mathematics from Lomonosov Moscow State University, branch in city of Ulyanovsk and Ph.D. degree in Mathematical Cybernetics from Ulyanovsk State University. His work is related to design, development and optimization of statistical algorithms, optimization of financial algorithms, modeling and data analysis. Prior joining Intel he was involved in design of real-time SW for communication system in scientific industrial company.
Ilya Burylov
Ilya Burylov is a Senior Software Engineer at Software & Solutions Group. He holds a Master’s degree in Applied Mathematics from Perm State Technical University. Since joining Intel Ilya works on various problems related to scientific computation, design and development of sequential and parallel numerical algorithms, optimization of computational algorithms of Financial Mathematics.
Dmitry Kabaev
Dmitry Kabaev is a Senior Software Engineer at Software & Solutions Group. He holds a radio-physicist’s degree from Nizhniy Novgorod State University and a Ph.D. degree in Telecommunication from Federal Unitary Enterprise ‘Polyot’ (Russia). Since joining Intel his work is related to statistical data analysis, development and optimization of statistical numerical algorithms.
| August 11, 2008 3:50 AM PDT
Andrey Nikolaev |
We work on the update for Intel(R)Summary Statistics Library which will contain its dynamic version. Completion of the update would require at least several weeks. In short term we will investigate opportunities for workaround to build custom shared objects of the library. Best, Andrey |
| August 14, 2008 3:30 PM PDT
Bryan Lewis |
Thanks, Andrey. I can wait for the update. Best, Bryan. |
| November 1, 2008 6:04 PM PDT
Anatoly Alexeev | Greetings, little question about Statistics Library: Are there any plans to implement some information-theorethic calculations (estimation of entropy, mutual information, ACD and so on from empirical data)??? Cause this matter is getting more viable last times... |
| November 15, 2008 3:27 AM PST
Andrey Nikolaev |
Hello Anatoly, thank you for your question. Do you have any specific requirements to the functionality you listed (that is, algorithms, usage models, dimensions, and so forth)? Are the entropy/mutual information/.. related calculations computationally intensive blocks in your applications? Best, Andrey |
| December 14, 2008 11:43 PM PST
Sergey Maidanov | Congrats to the Intel(R) Summary Statistics Library development team for posting the Update release! |
| January 26, 2009 10:45 PM PST
cr | i can not believe that the vsl_ss_types.h contains such a bug that it can NOT be compiled with a cpp file. |
| January 27, 2009 11:08 PM PST
Andrey Nikolaev |
Thank you for letting us know, we will fix the bug. To compile cpp file please modify the header file and replace #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ in the end of the file with #ifdef __cplusplus } #endif /* __cplusplus */ |
| February 24, 2009 9:19 AM PST
Keh-Cheng Chu | The sslman.pdf file included in the download package seems to be password protected from printing. Is there a way for me to obtain a printable version? Thanks! |
| February 25, 2009 8:39 AM PST
Andrey Nikolaev (Intel)
| We are planning to address the issue and deliver the printable version of the Manual within the next few days. Best, Andrey |
| March 3, 2009 10:21 PM PST
Andrey Nikolaev (Intel)
| Intel(R) Summary Statistics Library Manual for printing is available at the download web page http://software.intel.com/en-us/articles/intel-summary-stati..... -download/ |
| April 20, 2009 11:07 PM PDT
Andrey Nikolaev (Intel)
| Application Notes for Intel(R) Summary Statistics Library are available at http://software.intel.com/en-us/articles/intel-summary-stati..... d-download |
| July 29, 2009 11:13 AM PDT
Nader Nashaat
|
I am reading values from ADC (analog to digital converter) for a charging up of a capacitor. I need to calculate out of these readings the following: 1- The rising time. 2- The average stable value of the curve. 3- Any extra electronic analysis will be appreciated. Do you have such feature in this library? If not do you have it in any other library? |
| July 30, 2009 12:05 AM PDT
Andrey Nikolaev (Intel)
| Can you please provide more specific details on the functionality/algorithms you are interested in, give references if possible, shortly describe the usage model of the algorithms in your application, and provide information on problem dimensions of your interest? Additional clarifications on "any extra electronic analysis" would be also useful to answer your question. |

English | 中文 | Русский | Français
Andrey Nikolaev (Intel)
| ||
Ilya Burylov (Intel)
| ||
Dmitry Kabaev (Intel)
|
Bryan W. Lewis
Would you supply a shared version of the libraries for Linux as well?
Thanks!