This repository contains a Python implementation of the Detrended Fluctuation Analysis (DFA) method which through a GUI allows the user to analyze a .txt file containing a time series data. This ...
A python program to convert Non-deterministic Finite Automata (NFA) to Deterministic Finite Automata (DFA) and visualize the NFA and DFA using Graphviz library. The NFA to DFA Converter program works ...