The Increasingly Needed Role of Data Driven Planning, Scheduling, and Predicting in Military Fleet Management

The DoD’s Underperforming Aircraft Mission Capability Rates From a glance, the US Military’s aircraft mission capability rates are underperforming across the board. A Government report released in November of 2020, reviewed 46 aircraft systems and found that only three met their annual mission capable targets in the majority of years from 2011 to 2019. Twenty-four […]
What is data.table
?

In the R programming language, data.table is both a package and an object within that package. The data.table package serves as a wrapper for the data.frame object in base R. A data.table object features many enhancements over a data.frame – to include increased speed and memory allocation efficiency. The value of these enhancements to the […]
Data Manipulation in R – Part 2: dplyr

This post is part 2 of a series on Data Manipulation in R. In part 1, my colleague showed the uses of the data.table package. In this part I will explore the dplyr package using the same examples used in part 1. What is dplyr? dplyr is a package for the R programming language and […]
Using the Weibull Distribution to Understand Component Reliability

Component Reliability Analysis Much of our work involves determining the reliability of components, where we want to understand how long they will last before failure. We use statistical analysis to predict these failures in terms of the expected number of hours used, miles driven, etc. Say we are given data on vehicle components and how […]
An Overview of the Data Pipeline – From Raw Data to Visual Insight

Before becoming a data scientist, the way data appeared on a web page seemed like magic (to be honest some parts of the process still feel that way!), but having been involved in many aspects of the data pipeline at Freya Systems I wanted to share an overview of this process. The goal of the […]
How a Data Analytics Company Can Help You Move from Descriptive to Predictive Analytics

When asked about what we do at Freya, I often boil it down to, “We predict the future.” This regularly results in a conversation about the complexities of the work that we do. This can be true, but whenever possible I take the time to remind people that with just a little effort, they can […]