-
Guide to ARIMA and Auto_Arima
This article gives an overview of Auto_Arima function, how it's used, and how to select the right Auto_Arima model.
-
Data Ingestion for Loan Scoring using IMSL for C
When considering approving a loan, banks and other lending institutions want to know the chance that a borrower will default on the loan. Assessing this risk is known as loan scoring
-
Methods for Multidimensional Scaling Part 2: General Criterion Function Example
This general criterion function example explains data transformation, strata weights, parameters, estimates, and more.
-
Avoid Costs and Inefficiencies With Predictive Maintenance
In predictive maintenance, sensors capture data on the state of different components of a system in operation. Read this blog for an analysis of how predictive maintenance can avoid
-
Data Analysis Process - 7 Steps
A list of seven steps in the data analysis process that many data scientists and business stakeholders have learned to follow for turning data into actionable information.
-
C++ Microservices in Docker: Adding a Numerical Library
Deploy a new C++ servlet that relies on the IMSL C Numerical Library (CNL). Demonstrating how 3rd party libraries can be incorporated into a Docker application to support writing more
-
Support Vector Machines For Classification
What are support vector machines and how are they used in classification problems? Using a real-life example in Java, we break down SVM and how they are used.
-
Methods for Multidimensional Scaling Part 3: Computational Optimization and Parameter Estimation
This article looks at computational optimization procedures and parameter estimation in generalized criterion functions as applied to multidimensional scaling.
-
Is Calling Java With Scala as Easy as It Seems?
In this article, we show a Java and Scala code example where we call a library in Java with Scala code.