| AFF_scaled_stream_jumpdetect | Change detection using the AFF method |
| AFF_scaled_stream_jumpdetect_prechange | Change detection using the AFF method, using prechange mean... |
| AFF_scaled_stream_no_change_detection | Compute the adaptive forgetting factor - no change detection |
| checkAFFargs | Check the arguments for AFF (no change detection) |
| checkAFFMeanCDargs | Check the arguments for AFF mean change detector |
| checkBooleans | Check the multiple and single flags, as well as usePrechange... |
| checkCUSUMMeanCDargs | Check the arguments for 'CUSUM' mean change detector |
| checkEWMAMeanCDargs | Check the arguments for 'EWMA' mean change detector |
| checkFFFargs | Check the arguments for FFF (no change detection) |
| checkFFFMeanCDargs | Check the arguments for FFF change detection initialisation |
| checkPrechange | Check the prechange mean, sigma and variance are... |
| checkStream | Check the stream consists of finite numeric values |
| combineTwoOneSidedPvaluesR | Combine two p-values into a single p-value |
| computeAFFMean | Quick computation of AFF mean of a given vector |
| computeFFFMean | Quick computation of FFF mean of a given vector |
| computeOneSidedPvalueR | Compute a one-sided p-value from a quantile value |
| computeTwoSidedPvalueR | Compute a two-sided p-value from a quantile value |
| convertPvalueToCorrectSideR | Convert a 'p-value' to the correct side. |
| cpp_computeAFFMean | Compute the AFF mean of a vector |
| cpp_computeFFFMean | Compute the FFF mean of a vector |
| cpp_detectAFFMeanMultiple | Search for multiple changepoints in the mean using AFF |
| cpp_detectAFFMeanSingle | Find the first changepoint in the mean using AFF |
| cpp_detectAFFMeanSinglePrechange | Find the first changepoint in the mean using AFF, assuming... |
| cpp_detectCUSUMMeanMultiple | Search for multiple changepoints in the mean using CUSUM |
| cpp_detectCUSUMMeanSingle | Find the first changepoint in the mean using CUSUM |
| cpp_detectCUSUMMeanSinglePrechange | Find the first changepoint in the mean using CUSUM, assuming... |
| cpp_detectEWMAMeanMultiple | Search for multiple changepoints in the mean using EWMA |
| cpp_detectEWMAMeanSingle | Find the first changepoint in the mean using EWMA |
| cpp_detectEWMAMeanSinglePrechange | Find the first changepoint in the mean using EWMA, assuming... |
| cpp_detectFFFMeanMultiple | Search for multiple changepoints in the mean using FFF |
| cpp_detectFFFMeanSingle | Find the first changepoint in the mean using FFF |
| cpp_detectFFFMeanSinglePrechange | Find the first changepoint in the mean using FFF, assuming... |
| CUSUM_stream_jumpdetect | 'CUSUM' change detection for a stream in R |
| CUSUM_stream_jumpdetect_prechange | 'CUSUM' change detection for a stream in R with known... |
| demo_ffstream | Demo for ffstream |
| detectAFFMean | Detect a change/changes in a vector using AFF method |
| detectCUSUMMean | Detect a change/changes in a vector using 'CUSUM' method |
| detectEWMAMean | Detect a change/changes in a vector using 'EWMA' method |
| detectFFFMean | Detect a change/changes in a vector using FFF method |
| doesNotExist | Check if an object exists |
| ensureFolderDoesNotEndInSep | Checks that the last character of the folder is the separator |
| EWMA_stream_jumpdetect | 'EWMA' change detection for a stream in R with |
| EWMA_stream_jumpdetect_prechange | 'EWMA' change detection for a stream in R with known... |
| FFF_stream_jumpdetect | Change detection using the Fixed Forgetting Factor method |
| FFF_stream_jumpdetect_prechange | Change detection using the Fixed Forgetting Factor method,... |
| ffstream | ffstream package 0.1.7 |
| ffstream_vignette | ffstream vignette 0.1.7 |
| getExistsErrorMessage | Create the error message for a certain parameter that does... |
| getFiniteErrorMessage | Create the error message for a certain parameter that is not... |
| getInBoundsErrorMessage | Create the error message for a certain parameter outside its... |
| getIsAboveErrorMessage | Create the error message for a certain parameter not above a... |
| get_L_deriv | Compute the derivative of L |
| getMissingErrorMessage | Create the error message for a certain parameter that is... |
| get_nextobs_fromstream | Obtain the next observation |
| getNormalLimitsFromList | Compute confidence limits assuming the normal distribution |
| getv_from_u_and_w | Calculate 'v' |
| get_xbar | Compute 'xbar' |
| get_xbar_deriv | Compute the derivative of 'xbar' |
| inbounds | Check if a value is inside bounds |
| initAFFMean | Initialisation of AFF mean |
| initAFFMeanCD | Initialisation of AFF change detector |
| initCUSUMMeanCD | Initialisation of 'CUSUM' |
| initEWMAMeanCD | Initialisation of EWMA |
| initFFFMean | Initialisation of FFF |
| initFFFMeanCD | Initialisation of FFF mean change detector |
| isAboveBound | Check if an argument above a certain value |
| isInBounds | Check if an argument is in the closed set [lower, upper] |
| isInBoundsStrictly | Check if an argument is in the open set (lower, upper) |
| isInLimitsNormal | Check if in the limits |
| isInteger | Check if a value is an integer |
| makeStreamMeanChangeR | Create a stream with a certain number of changes |
| modifyFunctionPrefix | Modify the function name prefix |
| modifyValueStr | Modify the string containing the value |
| update_Delta | Update 'Delta' |
| update_ffmean | Update the FF mean (duplicate) |
| update_lambda | Update lambda |
| update_m | Calculate 'm' |
| update_mean | Update the FF mean |
| update_Omega | Update 'Omega' |
| update_streampos | Update the stream position |
| update_u | Update 'u' |
| update_var | Update the FF variance |
| update_w | Update the weight |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.