User Portlet User Portlet

Discussions
I was trying to see what Chat would provide with respect to analyzing text in Mathematica It responded with: pdfFilePath="path/to/your/file.pdf"; text=Import[pdfFilePath,"Plaintext"]; summary=TextSummary[text]; summary When...
For example, when I use: AirTemperatureData["WRSP", {DateObject[{2017, 5, 1}], DateObject[{2017, 5, 10}]}] I get a TimeSeries object with 33 data points for this 5 day period I can plot this with DataListPlot[%] But I would like to get...
When I enter the following EventData with left censoring I get the same result as non-censoring. Is this correct? t = {0.239, 0.31, 1.78, 0.704, 0.202, 0.202, 0.202, 0.202}; c = {0, 0, 0, 0, -1, -1, -1, -1}; \[ScriptCapitalA] =...