Questions tagged [fdr]

FDR is a tool for analyzing programs written in Hoare’s CSP notation.

FDR is a refinement checker for the process algebra CSP. It allows processes to be defined in a machine-readable version of CSP, CSPM, and is then able to check various assertions about these processes. FDR includes two main tools.

Source

16 questions
0
votes
1 answer

Combining R and python through rpy2: How to read in a python list to R

I have found similar questions here and sort of here, but I can't seem to figure out how to do it for my own data. I have a set of lists of floats in python (in reality, each list is about 1,000 floats long);…
Tom
  • 243
  • 5
  • 13
1
2