Swift – Environment
This topic is baout Swift - Environment. Local Environment Setup Swift 4 provides a Playground platform for learning purpose and we are going to setup the same. You need xCode…
This topic is baout Swift - Environment. Local Environment Setup Swift 4 provides a Playground platform for learning purpose and we are going to setup the same. You need xCode…
In this guide, we will discuss R-Multiple Linear Regression. Multiple linear regression is the extension of simple linear regression, which is used to predict the outcome variable (y) based on…
This topic is about Swift - Overview. Swift 4 is a new programming language developed by Apple Inc for iOS and OS X development. Swift 4 adopts the best of…
This topic is about Swift Tutorial. Swift 4 is a new programming language developed by Apple Inc for iOS and OS X development. Swift 4 adopts the best of C…
Linear regression is used to predict the value of an outcome variable y on the basis of one or more input predictor variables x. In other words, linear regression is…
In this guide, we will discuss R Scatterplots. The scatter plots are used to compare variables. A comparison between variables is required when we need to define how much one…
In this guide, we will discuss R Line Graphs. A line graph is a pictorial representation of information that changes continuously over time. A line graph can also be referred…
In this guide, we will discuss R Histogram. A histogram is a type of bar chart which shows the frequency of the number of values that are compared with a…
This topic is about Elixir - Libraries. Elixir provides excellent interoperability with Erlang libraries. Let us discuss a few libraries in brief. The Binary Module The built-in Elixir String module…
This topic is about Elixir - Macros. Macros are one of the most advanced and powerful features of Elixir. As with all advanced features of any language, macros should be…