Skip to content
View SigurdJanson's full-sized avatar
Block or Report

Block or report SigurdJanson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. FateExplorer FateExplorer Public

    This app is for pen & paper "The Dark Eye" players. It's goal is to enhance the game experience and unburden players from many details of a vast rule system. Fate Explorer recently moved from R Shi…

    C#

  2. AveragingCorrelations AveragingCorrelations Public

    Functions and analyses to illustrate the performance of correction methods that allow averaging correlation coefficients.

    R 5

  3. ReversionTest ReversionTest
    1
    #' ReversionTest
    2
    #' Tests the precision of two reciprocal functions. It evaluates the differences between 
    3
    #' a computed value \eqn{x'} and an expected value \eqn{x} after \eqn{x' = finv(f(x))}.
    4
    #' @param f,finv The functions to be tested for precision with finv the inverse function for f.
    5
    #' @param ToIterate a list of vectors, on for each variable.
  4. A clean version of the double factor... A clean version of the double factorial function including unit tests.
    1
    #' Double factorial function
    2
    #' The double factorial is the product of all the integers from 1 up to x 
    3
    #' that have the same parity (odd or even) as x (see https://t1p.de/byye).
    4
    #'
    5
    #' @param x Numeric vector. Will be coerced to integer.