results AnyPin column as list
results AnyPin row as list
array StringPin list of data
results FloatPin np.float(array)
boolean set operations on two list: union, intersection, difference
Videos: https://youtu.be/VpkHyqaTgh4
AfuseB AnyPin union of the sets: a or b, a + b
AcommonB AnyPin intersection of the sets: a and b, a * b
AcutB AnyPin difference of the sets: a without b, a - b
results StringPin StringPin instance
driver FCobjPin FCobjPin instance
startingPost IntPin IntPin instance
countPosts IntPin IntPin instance
filenameUserIP StringPin StringPin instance
filenamePostIP StringPin StringPin instance
stop ExecPin ExecPin instance
driver FCobjPin FCobjPin instance
startingPost IntPin IntPin instance
countPosts IntPin IntPin instance
filenameHeader StringPin StringPin instance
dirnamePosts StringPin StringPin instance
stop ExecPin ExecPin instance
cypher StringPin StringPin instance
users StringPin StringPin instance
posts StringPin StringPin instance
threads StringPin StringPin instance
results StringPin StringPin instance
url StringPin StringPin instance
results StringPin StringPin instance
comment StringPin StringPin instance
kiloNO Float size of population at start / 1000
IO Float number of infected at start
RO Float number of recoverd/removed at start
milliA Float factor alpha * 1.000.000
milliAs FloatPin list of alphas to simulate a changing alpha over time
invB Float 1/beta - number of days
days Integer how long the simulation should run
samples IntPin length of the output lists
steps IntPin number of intervals for the Euler Cauchy method
mode String not implemented
compare the elements of a list with a given value and return the list of matching indices
Videos: https://youtu.be/VpkHyqaTgh4
x AnyPin list of values
aFloat Float value to compare if datatype is Float or Integer
aString String value to compare if datatype is String or regualr Expression
datatype String which datatype should be used form comparsion
mode String condition to check (depends on datatype)
first IntPin index of the first matching value. -1 if not found
found IntPin list of indexes of matching values
array AnyPin input array
rowStart Integer Integer instance
columnStart Integer Integer instance
rowEnd Integer Integer instance
columnEnd Integer Integer instance
results AnyPin resulting array: array[rowStart:rowEnd,columnStart:columnEnd]
results AnyPin resulting list: array[start:end]
list_out AnyPin reduced list
driver FCobjPin FCobjPin instance
mode StringPin StringPin instance
users StringPin StringPin instance
posts StringPin StringPin instance
threads StringPin StringPin instance
stop ExecPin ExecPin instance
creates for a 2D wire a list of points on the wire. The points have all the same x-distances
Videos: https://youtu.be/Hg5Pv4jyRcY
wire ShapePin function like wire: there is only one y for each x
days Integer number of points on the wire used for inerpolation
samples Integer number of x values
steps Integer number of computed points